Search code examples
javaeclipsesoapwsdljax-ws

Where is the generated WSDL file located?


I am new to web services and studing Jax-WS web services these days. I created a little web service and hosted it in Tomcat server. I have first created the web service classes and generated the WSDL. I have created the project using eclipse IDE.

When we create the web service class first and try to generate the WSDL using the class where is the generated WSDL file located?

I want to know whether the file is generated at the deployment time or is it located in exact place in the WAR file after generating ????

Can anybody please help me to clarify this...


Solution

  • If you want to check webservice running status

    http://localhost:8080/<Your project name>/services/<Webservice class name>
    

    To locate wsdl file

    http://localhost:8080/<Your project name>/services/<Webservice class name>?wsdl