pp108 : GetOrganizations

GetOrganizations


This Web service operation is used to retreive the organizations within the Process Platform root level.

SOAP Request

<GetOrganizations xmlns="http://schemas.cordys.com/1.0/ldap">
    <dn>cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
    <filter>*</filter>
    <sort>ascending</sort>
</GetOrganizations>

Request Parameters

Parameters

Description

dn

The Process Platform root.

sort

The order in which the organizational users are to be sorted ascending or descending.

filter

The filter criteria for retrieving the list of Service Groups; it takes an asterisk * by default.


SOAP Response

<GetOrganizationsResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="o=system,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <description>
                    <string>System</string>
                </description>
                <o>
                    <string>system</string>
                </o>
                <objectclass>
                    <string>top</string>
                    <string>organization</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
</GetOrganizationsResponse>