pp108 : GetMethodSets

GetMethodSets


This Web service operation is used to return all Web service interfaces in a particular application package.

SOAP Request

<GetMethodSets xmlns="http://schemas.cordys.com/1.0/ldap">
    <labeleduri>http://schemas.cordys.com/1.1/stylestore</labeleduri>
    <sort>PARAMETER</sort>
    <dn>n=Cordys XMLStore,cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
</GetMethodSets>

Request Parameters

Parameters

Description

dn

The distinguished name of the Application package

labeleduri

The labeled URI (namespace) of the Web service interface (mention"*", if all Web service interfaces have to be retrieved irrespective of labeleduri)

sort

The order in which the Web service interfaces are to be sorted, ascending or descending

SOAP Response

<GetMethodSetsResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="cn=Method Set StyleStore,cn=Cordys XMLStore,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <implementationclass>
                    <string>com.eibus.applicationconnector.xmlstore.XMLStore</string>
                </implementationclass>
                <labeleduri>
                    <string>http://schemas.cordys.com/1.1/stylestore</string>
                </labeleduri>
                <cn>
                    <string>Method Set StyleStore</string>
                </cn>
                <objectclass>
                    <string>top</string>
                    <string>busmethodset</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
</GetMethodSetsResponse>