Previous Topic: JNDI ConnectorNext Topic: How the SDKWS Connector Works


SDKWS (SDK Web Services) Connector

The SDKWS (SDK Web Services) connector demonstrates how to implement a custom connector that communicates with a web service endpoint.

The SDKWS and SDKDYN sample connector perform similar functions. The main difference between the two samples is in the endpoint communication layer. The SDKWS sample connector communicates with a web service shipped as a part of the sample. To understand connector level functionality better, we recommend that you read the SDKDYN connector documentation.

This section focuses on the web service aspects of the connector. It describes how to build the SDKWS sample connector as shipped, and also describes how to incorporate your own endpoint into the sample connector build.