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 On 9/23/07, 何辉剑 <[EMAIL PROTECTED]> wrote: > > 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. After that we need to generate the response SOAP message and reply > to the client with servlet. > > My project is Domino Based. > > My question is if we can adopt Axis in our project to parse and assemble > our SOAP message. > > It seems that Axis is work well in Tomcat ,WAS and so on.But how to use > it in Domino? > > Any comments is appreciated. > > > > [EMAIL PROTECTED] > > > -- Anas Mughal
