pp108 : GetSoapNodesByMethodSet

GetSoapNodesByMethodSet


This Web service operation retrieves all Service Groups for which this Web service interface is associated.

SOAP Request

<GetSoapNodesByMethodSet xmlns="http://schemas.cordys.com/1.0/ldap">
    <dn>o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
    <methodset>cn=Method Set XMLStore,cn=Cordys XMLStore,cn=cordys,cn=defaultInst,o=vanenburg.com</methodset>
</GetSoapNodesByMethodSet>

Table 1. Request Parameters

Parameter

Description

dn

The distinguished name of the organization or Process Platform root.

methodset

The distinguished name of the Web service interface.

SOAP Response

<GetSoapNodesByMethodSetResponse
    xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="cn=Repository,cn=soap nodes,o=system,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <busmethodsets>
                    <string>cn=Method Set XMLStore,cn=Cordys XMLStore,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set MenuStore,cn=Cordys XMLStore,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set StyleStore,cn=Cordys XMLStore,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set Task Designtime,cn=Cordys Task Server,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set Task Runtime,cn=Cordys Task Server,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set Tag Server 1.0,cn=Cordys Tag Server,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                </busmethodsets>
                <buskeystore>
                    <string> ..... </string>
                </buskeystore>
                <labeleduri>
                    <string>http://schemas.cordys.com/repository/1.0</string>
                    <string>http://schemas.cordys.com/1.0/xmlstore</string>
                    <string>http://schemas.cordys.com/1.0/menu</string>
                    <string>http://schemas.cordys.com/1.1/stylestore</string>
                    <string>http://schemas.cordys.com/task/1.0/runtime/</string>
                    <string>http://schemas.cordys.com/task/1.0/designtime/</string>
                    <string>http://schemas.cordys.com/TagServer/1.0</string>
                </labeleduri>
                <bussoapnodeconfiguration>
                    <string> ..... </string>
                </bussoapnodeconfiguration>
                <cn>
                    <string>Repository</string>
                </cn>
                <objectclass>
                    <string>top</string>
                    <string>bussoapnode</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
</GetSoapNodesByMethodSetResponse>