• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Service axis2 using Eclipse

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

I am trying to create a web service using eclipse and I have followed the step from the http://www.eclipse.org but when I deploy web server in jboss 4.2.2 I get following error


and when I consume the service .i.e when I create a web service client I get only two classes ConverterCallbackHandler.java & ConverterClient.java but if you see in the above link provided 6 classes are created.

Kindly assist where I am missing, I Google somewhere it's written that I may be missing some jar but which I don't know.

Thanks...!!
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please see if my post at http://javatoj2ee.wordpress.com/2012/01/22/axis2-deploying-webservice-onto-axis2/ helps you to get started
 
Dinesh Pise
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Phaneendra Pochinapeddi wrote:Please see if my post at http://javatoj2ee.wordpress.com/2012/01/22/axis2-deploying-webservice-onto-axis2/ helps you to get started



Thank you will try and come back.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic