Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

The SOAP connector is designed to manage application users calling WSDL interface.

Installation

Follow these steps to run the stand-alone connector server:

  1. Download the connector server jar file and store it in the connector server directory (any directory).
  2. Download the SOAP connector jar file and store it in the bundles subdirectory.
  3. Start the connector server. For more information, check the page about this topic.

Supported operations

  • Authenticate
  • Create
  • Delete
  • Schema
  • Update
  • Search
  • Test
  • Sync
  • ResolveUsername

Configuration

Configuration Properties

The following table describes all of the properties that you can specify for the configuration:

 

Configuration PropertyTypeRequiredDefault ValueDescription
Service EndpointStringX Web Service Endpoint
Service NameStringX Web Service Endpoint Name
Connection timeoutlong 30Connection timeout (seconds)
Receive timeoutlong 60Receive timeout (seconds)
SOAPAction URI PrefixString  SOAPAction URI Prefix
  • No labels