• 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

Want to start Axis Webservice

 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to start with SOAP web services. But only with native way (without annotation, tool etc). I am more interested in Axis/Axis2 services but with java2WSDL/wsdl2java using Ant or command and want command over them. But I don't know what is step by step path for it.

Please suggest me any good start/tutorial/link/book.

Thanks.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use real words when posting to the forums. Abbreviations such as "wanna" in place of "want to" only serve to make your posts more difficult to read and less likely to generate useful responses.

Please read this for more information.

thanks,
bear
JavaRanch sheriff
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But only with native way (without annotation, tool etc).


That doesn't make sense - modern APIs like JAX-WS and JAX-RS are based on annotations - there's no way to use them without using annotations.

You can of course write code without using the built-in tools, but that means a lot more work for you, and more chances for bugs. Why would you want to go that way?

The WebServicesFaq points to lots of introductory material regarding SOAP and REST, as well as their respective implementations.
 
shai ban
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok... fine with annotations if cant go without them... but tell me the way i should follow with axis web service...
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Umm, have you already read everything the WebServicesFaq links to? The Axis web site also has lots of stuff, including a step by step user guide. There's no point in repeating all that here when there's such good material out there.
 
reply
    Bookmark Topic Watch Topic
  • New Topic