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

Gets a list of service implementation definitions for the supplied service name. The supplied service must be an individual service and not a service group, as service implementations can only be registered under individual services.

ServiceAdministrationInterface_getServiceImplementationsResponse  getServiceImplementations (getServiceImplementationsRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_getServiceImplementationsRequest

Get sevice implementation operation input parameters. Specifies the service whose service implementations to fetch.

getServiceImplementationsRequest request

Get service implementations request.

Collapse Output: ServiceAdministrationInterface_getServiceImplementationsResponse

Get service implementation response result. Returns a list of all service implementations registered for the specified service.

getServiceImplementationsResponse result

Get service implementations response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied service does not exist, is a service group, 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" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getServiceImplementations">
-<wsdl:documentation>
<xhtml:p>Gets a list of service implementation definitions for the supplied service name. The supplied service must be an individual service and not a service group, as service implementations can only be registered under individual services.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get sevice implementation operation input parameters. Specifies the service whose service implementations to fetch.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get service implementation response result. Returns a list of all service implementations registered for the specified service.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the supplied service does not exist, is a service group, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©