views:

43

answers:

1

can any one tell me what are the steps to publish a web service in java using eclipse on localhost tomcat?

A: 

Check this

Edit: as per your comment: you need to build the project and deploy the war on to tomcat.

to deploy put the war in webapps dir of TOMCAT

org.life.java
Your Google-fu is weak...
Thorbjørn Ravn Andersen
didn't get you @Thrbjorn.
org.life.java
Ok done with that
ok then try to access your wsdl using your web browser if you get wsdl once then it has been published , now you can access it from your remote client, if no security constraint added
org.life.java
I m getting the wsdl when i m using both localhost and machine name in url .... but when i use url with my machine name to create a cleint it gives error saying ""Selection must be WSDL"" what is this??
please help and thanks a lot for the previous help............
What URL exactly you are trying to access ? is your machine name is resolvable ?
org.life.java