pp108 : GetChildren

GetChildren


This Web service operation is used to retrieve all objects beneath the DN.

SOAP Request

<GetChildren xmlns="http://schemas.cordys.com/1.0/ldap">
    <dn>cn=Process Platform WCP 1.1,cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
</GetChildren>

Table 1. Request Parameters

Tags

Description

dn

The distinguished name of LDAP object.

sort

The order in which the children of the LDAP are to sorted, ascending or descending.


SOAP Response

<GetChildrenResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="cn=anonymous,cn=Process Platform WCP 1.1,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <description>
                    <string>Anonymous</string>
                </description>
                <role>
                    <string>cn=anonymous,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                </role>
                <cn>
                    <string>anonymous</string>
                </cn>
                <objectclass>
                    <string>top</string>
                    <string>busorganizationalrole</string>
                    <string>busorganizationalobject</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
</GetChildrenResponse>