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

Gets the service definition for the specified service name. May be an individual service or a service group.

ServiceAdministrationInterface_getServiceResponse  getService (getServiceRequest request)
[fault:  ServicePolicyExeption  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_getServiceRequest

Get service request operation input parameters. Specifies the service identifier whose definition to fetch. May be an individual service or a service group.

getServiceRequest request

Get service request.

Collapse Output: ServiceAdministrationInterface_getServiceResponse

Get service response result. Contains the service definition for the supplied input service identifier.

getServiceResponse result

Get service response.

Collapse Fault:
ServicePolicyExeption  : 

Raised if the specified service identifier is invalid or 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_getServiceRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_getServiceResponse
<soap:body  use="literal" />
Fault:
ServicePolicyExeption: ServicePolicyException
<soap:fault  name="ServicePolicyExeption"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getService">
-<wsdl:documentation>
<xhtml:p>Gets the service definition for the specified service name. May be an individual service or a service group.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get service request operation input parameters. Specifies the service identifier whose definition to fetch. May be an individual service or a service group.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get service response result. Contains the service definition for the supplied input service identifier.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyExeption">
-<wsdl:documentation>
<xhtml:p>Raised if the specified service identifier is invalid or does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©