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
posted
0
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.
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
posted
0
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.
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.