| This example shows how to connect to a SOAPConnectorServer.
MX4J's implementation of the SOAP provider requires Axis 1.1, that in turn requires
a servlet container to run. The default servlet container used is Jetty 4.2.x.
To run this example, you need the following jars:
- MX4J 2.x
- mx4j.jar
- mx4j-remote.jar
- mx4j-tools.jar
- mx4j-examples.jar
- Axis 1.1
- axis.jar
- jaxrpc.jar
- commons-logging.jar
- commons-discovery.jar
- saaj.jar
- wsdl4j.jar
version: $Revision: 1.1 $ |