Re: Can I use Axis in Servlet env?

2007-09-23 Thread Anas Mughal
Axis2 comes with a war deployment file. Just drop the war in your app server. Here are the comments regarding the WAR file: "This will be the web application of Axis2 which can be deployed in most of the servlet containers." http://ws.apache.org/axis2/download/1_3/download.cgi -- Anas Mughal

Can I use Axis in Servlet env?

2007-09-23 Thread 何辉剑
Hi All I am new to Axis. I'd like to use axis in our project. For some limitation we'd like to use servlet to handle our SOAP message request. That mean we will use servlet to get the SOAP request from client. And then we need to parse the SOAP message. And handle the request in our backend. Afte