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

Gets the chain of parent definitions from the specified service identifier up to the root definition. The specified service identifier may be an individual service or a service group. The specified service identifier will not appear in the list. The list of parent definitions will be provided in order of traversing up the hierarchy to the root definition.

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

Get parent chain operation input parameters. Specifies the service identifier whose parent chain to fetch.

getParentChainRequest request

Get parent chain request.

Collapse Output: ServiceAdministrationInterface_getParentChainResponse

Get parent chain operation response result. Returns a list of service definitions, starting from the parent of the specified service up to the root definition.

getParentChainResponse result

Get parent chain response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified service identifier does not exist, or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

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

 Collapse XML
-<wsdl:operation  name="getParentChain">
-<wsdl:documentation>
<xhtml:p>Gets the chain of parent definitions from the specified service identifier up to the root definition. The specified service identifier may be an individual service or a service group. The specified service identifier will not appear in the list. The list of parent definitions will be provided in order of traversing up the hierarchy to the root definition.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get parent chain operation input parameters. Specifies the service identifier whose parent chain to fetch.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get parent chain operation response result. Returns a list of service definitions, starting from the parent of the specified service up to the root definition.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the specified service identifier does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©