SOAP API - listLdapConnections

The table summarizes the SOAP API - listLdapConnections.

Request Uses the listLdapConnections element (from the DirectoryService schema)
Parameter notes No parameters are required for this request.
Response Returns a listLdapConnectionsResponse element (from the DirectoryService schema)
Example Request:
<soapenv:Body>
      <dir:listLdapConnections/>
</soapenv:Body>
Response:
<SOAP-ENV:Body>
      <listLdapConnectionsResponse xmlns="http://directory.api.de.bpm.tibco.com">
         <ldap-connection ldap-alias="system" provider-url="ldap://N2Win64JH:10801/ou=system" xmlns=""/>
         <ldap-connection ldap-alias="easyAs" provider-url="ldap://N2Win64JH:10801/o=easyAsInsurance" xmlns=""/>
      </listLdapConnectionsResponse>
</SOAP-ENV:Body>