• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Axis 2 with maven

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to Web services and was trying axis2, Here's a summary of steps i followed:
***********************************************************************
1.) Create a maven project using mvn archetype:generate, use option 36 which was simply myfaces project.
2.) Added following entry :

on plugins element of POM xml.
3.) Create a simple class OMNamahShivayaWebService that has a method praise that passes in a deity name as string and returns a string with praise (OM Namah + deity name) ;)
4.) Added in plugin section (within axis2-java2wsdl-maven-plugin entry) following:


5.) ran command mvn clean axis2-java2wsdl:java2wsdl -e and got this exception (stack trace) :


Any ideas as to what I should be doing or am I missing something? I just want to deploy this service.

Regards
Trilochan B.
 
Getting married means "We're in love, so let's tell the police!" - and invite this tiny ad to the wedding:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic