This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Need Help related to Web Service Implementation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Need Help related to Web Service Implementation" Watch "Need Help related to Web Service Implementation" New topic
Author

Need Help related to Web Service Implementation

Ajay Dalvi
Greenhorn

Joined: Sep 14, 2006
Posts: 6
Hi All,
I am very new to the Web Service. For Last 2/3 days I have gone thorugh lot of articles on Java Web Service to get the first hand information. Now I am little beet confused. Since there are many ways to actully go for Java Web Services implementation such as JAX RPC, Apache Axis, SAAJ, Apache SOAP.

Which one amongs the above i should go for to implement Java Web Service.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
Forget about Apache SOAP, it's obsolete. Install Axis on Tomcat, and then follow any of the tutorials you've seen to develop JAX-RPC or SAAJ clients. SAAJ is more low-level than JAX-RPC, so the code is closer to the XML level. JAX-RPC clients are what the Axis wsdl2java tool generates (some of the tutorials use that, so you may end up with one to play around with). Avoid tutorials that talk about JAX-WS, since that is not supported by Axis at the moment.


Android appsImageJ pluginsJava web charts
Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
I would suggest you to go with axis as this gives the heighest level of abstraction.Asix is just a advanced version of Apache soap.
even axis comes with a lot of sample pograms so that you can learn from those.


Rahul Bhattacharjee
LinkedIn - Blog
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Need Help related to Web Service Implementation
 
Similar Threads
SOAP - Apache
Run Servlet on deployment
Multiple Web Service Endpoints sharing one Java Process
webservice without UDDI
Ebook For Web Service