How to deploy wsdl in tomcat
Jaxws-tools!
Www.ibm.com › docs › was › topic=awsa-assembling--services-enabled.Building and Deploying the Web Service
Once configured, you can build and deploy a WSIT-enabled web service in the same manner as you would build and deploy a standard JAX-WS web service.
The following topics describe how to perform this task:
Building and Deploying a Web Service Created From Java
To build and deploy the web service, open a terminal window, go to the directory and type the following:
This command calls the target in , which builds and packages the application into a WAR file, , and places it in the directory.
The command also deploys the WAR file to the web container.
The command calls multiple tools to build and deploy the web service.
Tomcat web service example
The JAX-WS annotation processing tool () processes the annotated source code and invokes the compiler itself, resulting in the class files for each of the Java source files. In the example, the target in handles this portion of the process.
Next, the individual class files are bundled together along with the web service's supporting configuration files into the application's WAR file. It is this file that is depl