java - Deploying Web Service -
i have made axis2 web service in java. using apache tomcat 6.0.32 web server. web service gets data database(mysql), , returns data mobile application. want deploy web service. steps that?
check link if want deploy without using eclipse
http://www.ibm.com/developerworks/opensource/library/ws-webaxis1/
if using eclipse
- in preferences setup axis 2 runtime
- right click on project have service implementation & choose new webservice option. use bottom java bean web service option
you can create client test it.
Comments
Post a Comment