Chapter 8 Using the Sybase Web Services Client Proxy


What is the Client Proxy?

The Client Proxy is a collection of classes that work together to build and process SOAP messages on the client side. The Proxy's purpose is to hide all the details of SOAP processing and HTTP or HTTPS transport, allowing the client programmer to concentrate on the client business process.

Invoking Web services through SOAP requires serialization and deserialization of datatypes, and the building and parsing of SOAP XML-based messages. The Client Proxy performs these tasks for the client programmer thus eliminating the need for the client programmer to have extensive knowledge of the SOAP specification and schema, the XML Schema specification, or the WSDL specification and schema.

The Client Proxy contains two additional features:

In addition, the Client Proxy:

 


Copyright © 2002 Sybase, Inc. All rights reserved.