http://www.ibm.com/schema/twss/spm/admin/requester/v2_0/interface
The getParentChain Operation

Returns the chain of requester group definitions for the specified requester identifier up to the root definition of the hierarchy. The chain is returned in a bottom up order, going up the hierarchy.

RequesterAdministrationInterface_getParentChainResponse  getParentChain (getParentChainRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: RequesterAdministrationInterface_getParentChainRequest

Get parent chain operation input parameters. Specifies the requester identifier whose parent requster group chain to retrieve.

getParentChainRequest request

Get parent chain request.

Collapse Output: RequesterAdministrationInterface_getParentChainResponse

Get parent chain operation response result. Returns a list of requester group definitions going up the chain from the specified requester identifier definition to the root requester group definition.

getParentChainResponse result

Get parent chain response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified requester identifier is invalid or does not exist, or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: RequesterAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: RequesterAdministrationInterface_getParentChainRequest
<soap:body  use="literal" />
Output: RequesterAdministrationInterface_getParentChainResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getParentChain">
-<wsdl:documentation>
<xhtml:p>Returns the chain of requester group definitions for the specified requester identifier up to the root definition of the hierarchy. The chain is returned in a bottom up order, going up the hierarchy.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get parent chain operation input parameters. Specifies the requester identifier whose parent requster group chain to retrieve.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get parent chain operation response result. Returns a list of requester group definitions going up the chain from the specified requester identifier definition to the root requester group definition.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_req_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the specified requester identifier is invalid or does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©