

Connector Programming Guide › SDK Sample Connectors › SDKWS (SDK Web Services) Connector › What the SDKWS Sample Connector Contains › Package Contents
Package Contents
The SDKWS sample connector is located in the following folder:
- (Windows) <Identity Manager Home>\Connector Server SDK\connectors\sdkws
- (UNIX) /opt/CA/IdentityManager/ConnectorServerSDK/connectors/sdkws
The sample contains the following:
|
Directory or file
|
Description
|
|
conf
|
Contains the following files:
- sdkws_metadata.xml – Forward Inc metadata
- connector.xml – SDKWS connector configuration file
|
|
lib
|
Contains the jars required to build and run the sample connector.
|
|
src
|
Contains the source code for the SDKWS sample connector.
|
|
resources
|
Contains the following files
- endpoint – Forward Inc endpoint source code and JavaDoc
- modules – Rampart modules used by AXIS2 for WSS username token security
- apache-tomcat-6.0.18.zip – Apache Tomcat
|
|
test
|
Contains the JMeter tests for the Forward Inc endpoint.
|
|
build.xml
|
The build file for the SDKWS sample connector.
|
|
clientBuild.xml
|
An Ant build file that demonstrates how to generate AXIS2 client stub classes. This build file is based on the Forward Inc endpoint.
|
The Java source packages for the SDKWS sample connector are:
- com.ca.jcs.sdkws – Core connector classes that interact with CA IAM Connector Server
- com.ca.jcs.sdkws.connection – Classes that relate to making and maintaining connections to the web service endpoint
- com.ca.jcs.sdkws.core – SDKWS core classes
- com.ca.jcs.sdkws.forwardinc – Classes for interacting with the sample (Forward Inc) web service endpoint that is shipped with the SDKWS connector
- com.ca.jcs.sdkws.forwardinc.ws – Classes for the sample web service shipped with the SDKWS connector
The JavaDoc API for the SDKWS sample connector is in the following location:
<Identity Manager Home>/Connector Server SDK/doc/api/sdk
Copyright © 2014 CA.
All rights reserved.
 
|
|