Re: Tomcat and SOAP

2008-07-10 Thread Luis Rivera
I use Apache Axis with Tomcat and works just fine. The configuration is done very easily if you use the deployment ant tasks for axis administration. --Luis R. On Thu, Jul 10, 2008 at 11:40 PM, Vinay Chilakamarri < [EMAIL PROTECTED]> wrote: > Hi, > > SOAP is just a protocol. I am assuming that y

Re: Tomcat and SOAP

2008-07-10 Thread Vinay Chilakamarri
Hi, SOAP is just a protocol. I am assuming that you needed webservices on Tomcat. Your bets would be on Apache Axis, Active MQ. You can get tons of tutorials on how to deploy them on Tomcat. Once you get Axis, all you need to do is put the axis directory in webapps. Thats all you need to do On Th