Look at this thread to see how to embed an Axis2 service in a web application: http://www.nabble.com/Newbie-question%3A-how-to-plug-axis2-engine-into-existing-web-application-running-in-weblogic-td23411717.html#a23412081
-----Original Message----- From: Chris Mannion [mailto:[email protected]] Sent: Wednesday, May 27, 2009 11:42 AM To: axis-user Subject: Migrating from Axis1.x to Axis2 Hi all I have a couple of questions relating to migrating a system up to Axis2 that don't seem to be covered in the documentation and wondered if anyone could help. Firstly, all the classes implementing our web-services on Axis1.x are built as "Message" style services, that is the method that implements the service works directly with the SOAPEnvelopes received and sent by the web-service. Is there any equivalent in Axis2 that we can adapt our existing code to, or would we have to rebuild the code in a new style (I can only find mention of the approach which uses the OM elements as input and output). Secondly, we currently use Axis within another Tomcat webapp to implement web-services on that webapp. So far I can only find documentation on how to deploy Axis2 as a stand-alone webapp, is it possible to use Axis2 without another app? If so, any guidelines on how that would be done would be appreciated, thanks. -- Chris Mannion iCasework and LocalAlert implementation team 0208 144 4416 STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify WHI Solutions immediately at [email protected], and destroy all copies of this message and any attachments.
