pp108 : GetSOAPNodes

GetSOAPNodes


This Web service operation is used to retreive the list of all Service Groups in an organization.

SOAP Request

<GetSoapNodes xmlns="http://schemas.cordys.com/1.0/ldap">
    <dn>o=system,cn=cordys,cn=tap284,o=284.tap</dn>
    <namespace>http://schemas.cordys.com/1.0/ldap</namespace>
    <sort>Ascending</sort>
</GetSoapNodes>

Table 1. Request Parameters

Parameters

Description

Acceptable Values

dn

The distinguished name of the organization.

-

sort

The order in which the Service Groups are to be sorted.


  • Ascending
  • Descending

filter

The filter criteria for retrieving the list of Service Groups.

It takes an asterisk (*) by default.


SOAP Response

<GetSoapNodesResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="cn=monitorsoapnode@cin1021,cn=soap nodes,o=system,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <busmethodsets>
                    <string>cn=Method Set Monitor,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set ISVPackage,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set DSOConfig,cn=Cordys DBConnection,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set Network Util,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                    <string>cn=Method Set LicenseManagement,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string>
                </busmethodsets>
                <labeleduri>
                    <string>http://schemas.cordys.com/1.0/monitor</string>
                    <string>http://schemas.cordys.com/1.0/isvpackage</string>
                    <string>http://schemas.cordys.com/DSOConfig/1.0</string>
                    <string>http://schemas.cordys.com/1.0/javacall</string>
                    <string>http://schemas.cordys.com/1.0/licensemanagement</string>
                </labeleduri>
                <bussoapnodeconfiguration>
                    <string>&amp;lt;configuration&amp;gt;&amp;lt;routing ui_algorithm="failover" ui_type="failover"&amp;gt;&amp;lt;numprocessors&amp;gt;1&amp;lt;/numprocessors&amp;gt;&amp;lt;algorithm&amp;gt;com.eibus.transport.routing.DynamicRouting&amp;lt;/algorithm&amp;gt;&amp;lt;/routing&amp;gt;&amp;lt;monitor_keystore&amp;gt;&amp;lt;sharedkey&amp;gt;&amp;lt;EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#"&amp;gt;&amp;lt;EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/&amp;gt;&amp;lt;CipherData&amp;gt;&amp;lt;CipherValue&amp;gt;pBirmeCGTXk7YbpoZLNZE+IkHQj5PLMM2CdIZTGLdusbF1YZtwjZR93+rJDXi4bbmMiI2qE07sE3cy5AK8mwQikCLy53M3S+RQdP0udbjLdLRr0aRpaE4Yyb+n6bhE+ftqTKXShI9G5RerTlLKeZbbjW8u0orajvNrhuWo9gxII=&amp;lt;/CipherValue&amp;gt;&amp;lt;/CipherData&amp;gt;&amp;lt;/EncryptedKey&amp;gt;&amp;lt;/sharedkey&amp;gt;&amp;lt;/monitor_keystore&amp;gt;&amp;lt;/configuration&amp;gt;</string>
                </bussoapnodeconfiguration>
                <cn>
                    <string>monitorsoapnode@cin1021</string>
                </cn>
                <objectclass>
                    <string>top</string>
                    <string>bussoapnode</string>
                </objectclass>
            </entry>
        </old>
    </tuple> ... ... </GetSoapNodesResponse>