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. |
|
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>&lt;configuration&gt;&lt;routing ui_algorithm="failover" ui_type="failover"&gt;&lt;numprocessors&gt;1&lt;/numprocessors&gt;&lt;algorithm&gt;com.eibus.transport.routing.DynamicRouting&lt;/algorithm&gt;&lt;/routing&gt;&lt;monitor_keystore&gt;&lt;sharedkey&gt;&lt;EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#"&gt;&lt;EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/&gt;&lt;CipherData&gt;&lt;CipherValue&gt;pBirmeCGTXk7YbpoZLNZE+IkHQj5PLMM2CdIZTGLdusbF1YZtwjZR93+rJDXi4bbmMiI2qE07sE3cy5AK8mwQikCLy53M3S+RQdP0udbjLdLRr0aRpaE4Yyb+n6bhE+ftqTKXShI9G5RerTlLKeZbbjW8u0orajvNrhuWo9gxII=&lt;/CipherValue&gt;&lt;/CipherData&gt;&lt;/EncryptedKey&gt;&lt;/sharedkey&gt;&lt;/monitor_keystore&gt;&lt;/configuration&gt;</string> </bussoapnodeconfiguration> <cn> <string>monitorsoapnode@cin1021</string> </cn> <objectclass> <string>top</string> <string>bussoapnode</string> </objectclass> </entry> </old> </tuple> ... ... </GetSoapNodesResponse>