Android app_devlpr
Android app_devlpr

Reputation: 63

Unable to publish web service which is created in java using eclipse

i am newbie to java/eclipse and also to creating web services.Now i am trying to host the web service which is created in java using eclipse.

http://www.softwareagility.gr/index.php?q=node/29

i am following the above link for my reference.

My problem is,i got struggle on after creating a web service.I have created a web service and run it through the tomcat server and its showing like the below image

enter image description here

this is the link of wsdl of my web service i got

"http://localhost:8080/ResourceA/services/Myservice?wsdl"

Now i need to know,what steps i want to do after these steps, to publish and run my web service through my cloud server?

Thanks in advance!..

Upvotes: 0

Views: 799

Answers (1)

Pradeep Pati
Pradeep Pati

Reputation: 5919

Export the project as a Web Archive (.war file) and deploy that on the server.

Upvotes: 2

Related Questions