can any one tell me what are the steps to publish a web service in java using eclipse on localhost tomcat?
A:
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
2010-09-15 11:13:26
Your Google-fu is weak...
Thorbjørn Ravn Andersen
2010-09-15 11:45:06
didn't get you @Thrbjorn.
org.life.java
2010-09-15 12:08:52
Ok done with that
2010-09-15 12:58:15
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
2010-09-15 13:10:07
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??
2010-09-16 05:13:59
please help and thanks a lot for the previous help............
2010-09-16 05:14:24
What URL exactly you are trying to access ? is your machine name is resolvable ?
org.life.java
2010-09-16 06:55:54