aspose file tools
The moose likes Web Services and the fly likes How to setup my application as a stand alone axis2 web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to setup my application as a stand alone axis2 web service" Watch "How to setup my application as a stand alone axis2 web service" New topic
Author

How to setup my application as a stand alone axis2 web service

zan zang
Greenhorn

Joined: Jan 15, 2008
Posts: 6
Hi all,

After I've done a lot of google, I have to ask to see if anyone can give me a light.

I have developed an application which I want to make it as a web service.
I know that in Axis 1 we can simplely copy axis.jar into my web application's wen-inf/lib directory to make it as a web service.

However, in axis 2 according to what I've seen so far is to deploy apache's axisr2.war into application server (Like tomcat 5.5) then upload my application as a jar file into axis2.war which technically works but as my job I want to have my application to be a web service rather than deploy it into axis2.war to execute it.

I've seen some people on the internet saying that I can still do the same way as axis 1 (copy the axis2's jar into my web application to make my application running a a web service) but I havn't seen even one example yet, can anyone please give me some idea or any document that can help me to figure it out?

Thanks.
Regards,
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to setup my application as a stand alone axis2 web service
 
Similar Threads
Axis2 WebService Using Spring
Register web service with Axis2 deployed in JBoss
Axis deploed in Jboss
Help! Wsdl2Java Can't parse a Coldfusion WSDL?
Axis2 (1.5) - Use App Server's Admin console to deploy EAR, WAR, JAR|| Message service in Axis2