GetMethodsForMethodSet |
This Web service operation is used to retrieve information about all Web service operations in a Web service interface.
SOAP Request
<GetMethodsForMethodSet xmlns="http://schemas.cordys.com/1.0/ldap"> <methodset>cn=Method Set RuleAdmin 4.2,cn=Cordys Rule Engine,cn=cordys,cn=defaultInst,o=vanenburg.com</methodset> </GetMethodsForMethodSet>
Request Parameters
Tags |
Description |
---|---|
Web service interface |
The distinguished name of the Web service interface |
sort |
The order in which the Web service operations are to sorted, ascending or descending |
SOAP Response
<GetMethodsForMethodSetResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <tuple> <old> <entry dn="cn=GetRuleSyncUpConfig,cn=Method Set RuleAdmin 4.2,cn=Cordys Rule Engine,cn=cordys,cn=defaultInst,o=vanenburg.com"> <busmethodsignature> <string>&lt;wsdl:definitions xmlns:cordys="http://schemas.cordys.com/General/1.0/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://schemas.cordys.com/ruleadmin/4.2" name="GetRuleSyncUpConfig" targetNamespace="http://schemas.cordys.com/ruleadmin/4.2" &gt; &lt;wsdl:types&gt; &lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.cordys.com/ruleadmin/4.2" elementFormDefault="qualified" attributeFormDefault="unqualified"&gt; &lt;xsd:import xmlns:tns="http://schemas.cordys.com/ruleadmin/4.2" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:cordys="http://schemas.cordys.com/General/1.0/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" namespace="http://schemas.cordys.com/General/1.0/" schemaLocation="http://schemas.cordys.com/CordysSchemas//CordysFaultDetails.xsd" /&gt; &lt;xsd:element name="GetRuleSyncUpConfig" type="xsd:anyType" .... ..... .... ..... </string> </busmethodsignature> <busmethodimplementation> <string>&lt;implementation type="BRE2" /&gt;</string> </busmethodimplementation> <cn> <string>GetRuleSyncUpConfig</string> </cn> <objectclass> <string>top</string> <string>busmethod</string> </objectclass> </entry> </old> </tuple> </GetMethodsForMethodSetResponse>