SOAP Security API with Web Services 1.0

Overview

You can generate a skeleton input for each operation in the security WSDL, which contains 4 operations:

For each operation, there are 3 fields that are always required in the header:

ClosedSecurity SOAP API Details


Administration

ClosedAccessing Security WSDL and Generating Skeleton Input

  1. Navigate from Admin Home Page > Integration Platform > Web Services.
  2. Click the Security tab.
  3. Select an API from the drop-down menu.
  4. Click Generate Input to retrieve the skeleton.

Sample Security APIs

Closedlogin - Input SOAP XML

ClosedgetUserInfo - Input SOAP XML

ClosedsetSessionCurrency- Input SOAP XML

Closedlogout - Input SOAP XML

Notes

SOAP requests must include "Agent" information.
Once a session ID gathered from a SOAP Login API is used for Remote Web Service SSO, this sessionID is tied specifically to that browser session and is not available for SOAP APIs, including logout. The logout needs to be done from the browser.

Related Topics

Related Topics Link IconSee Also