Deploy the Web Service Connector Example On Tomcat
To deploy the web service connector example on Tomcat:
- Download and configure an Apache Tomcat version compatible with the version of Java you have installed.
- Confirm Tomcat is running properly.
- Copy the *.war file to [TomcatDirectory]\webapps. Over the next few seconds the connector will deploy.
Note that the URL for your connector will be determined by the *.war filename. For example, if Tomcat is configured with the default port and the *.war filename is MyExample.war, then the address through which the service can be accessed will be http://localhost:8080/MyExample/soap.
Tip: You can append ?wsdl to the URL to confirm the service is online by providing its WSDL in the response.