Two Laptop Bag
The moose likes Web Services and the fly likes How to run soap examples Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to run soap examples" Watch "How to run soap examples" New topic
Author

How to run soap examples

shelly sharma
Ranch Hand

Joined: Sep 17, 2003
Posts: 32
I am new to soap.Where should i write the soap examples i.e in which editor and save it using which extension. Also how can i run the soap examples. Can i run it using tomcat.
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Originally posted by shelly sharma:
I am new to soap.Where should i write the soap examples i.e in which editor and save it using which extension. Also how can i run the soap examples. Can i run it using tomcat.

Yes you can run SOAP examples using Tomcat along with some plugin's like Apache Axis or Apache SOAP.. To basics of soap read this tutorial http://www.w3schools.com/soap/default.asp
Tips on installation and running Apache Axis along with Tomcat can be found here http://ws.apache.org/axis/index.html
Apache Axis is an implementation of SOAP protocol.


Spritle Software Blogs
shelly sharma
Ranch Hand

Joined: Sep 17, 2003
Posts: 32
Thanks, for the the reply but can i get a tutorial in which it is explained in detail about how we can run a soap program in tomcat.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Originally posted by shelly sharma:
Thanks, for the the reply but can i get a tutorial in which it is explained in detail about how we can run a soap program in tomcat.
Well, Tomcat does not provide a web service engine itself so in any case you need to use something on top of Tomcat. Apache Axis is probably the best choice these days.


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Originally posted by shelly sharma:
Thanks, for the the reply but can i get a tutorial in which it is explained in detail about how we can run a soap program in tomcat.

This link should certainly help you to get started http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/Articles
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to run soap examples
 
Similar Threads
soap over jms
Support site for the SOAP book
Attaching an XML Message to the SoapBody
SOAP.... Help pls
How to use .Net client for a Apache SOAP service?