34.3. Axis Tests

When everything is deployed and running, use the following URL to view the deployed Web Services:

http://yourserver:port/yourwebapp/servlet/AxisServlet

This page will display a link for each Web Service with the WSDL file (automatically generated by Axis from the Java Interfaces). Use the following URL to access your Web Service (add ?WSDL for the associated WSDL file):

http://yourserver:port/yourwebapp/services/<Service-name>

A client class can now be run against the Web Service. Note that any language (with Web Services capabilities) can be used for the client (C#, Java, etc.).