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

Gets all child service definitions for the specified service group. An individual service cannot be specified, as it has no children in the service hierarchy. The list of child service definitions may contain both individual services and service groups.

ServiceAdministrationInterface_getChildrenResponse  getChildren (getChildrenRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_getChildrenRequest

Get children operation input parameters. Specifies the service group whose children to fetch.

getChildrenRequest request

Get all children request.

Collapse Output: ServiceAdministrationInterface_getChildrenResponse

Get children operation response result. Contains a list of service definitions that are the children of the specified service group.

getChildrenResponse result

Get all children response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified service is an individual service, 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_getChildrenRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_getChildrenResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getChildren">
-<wsdl:documentation>
<xhtml:p>Gets all child service definitions for the specified service group. An individual service cannot be specified, as it has no children in the service hierarchy. The list of child service definitions may contain both individual services and service groups.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get children operation input parameters. Specifies the service group whose children to fetch.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get children operation response result. Contains a list of service definitions that are the children of the specified service group.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the specified service is an individual service, does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©