About Web Service Clients

See Also 

A web service client is created to consume (that is, use) a specific web service. The way in which a web service client consumes a web service depends on the way in which the provider makes the web service available:

The strategy that you take in comsuming a web service depends first and foremost on the specification that you choose to adopt. Either use the Java EE 5 specification, which provides for JAX-WS web services, or follow the J2EE 1.4 specification, which assumes the use of the JAX-RPC web services:

For detailed information, refer to the full specifications:

See Also
About Web Services

Legal Notices