Clients coded using different JAX-RPC vendor APIs interoperating with a Webservice using Sun's JAX-RPC APIs. First deploy the Sun Webservice and then select the client to run against the deployed webservice.
Sun Webservice
A simple webservice written using Sun's JAX-RPC APIs that returns a string based on the input from the client.
Apache Axis Java Client
A client written using Apache's AXIS SOAP implementation. For more information on AXIS click here.