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

Gets an operation definition for the supplied service and operation name. The supplied service may be an individual service or a group. The supplied operation may be the special operation 'ALL'. Service groups will only have the special operation 'ALL' defined.

ServiceAdministrationInterface_getOperationResponse  getOperation (getOperationRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_getOperationRequest

Get operation operation input parameters. Specifies the operation under what service whose definition to fetch.

getOperationRequest request

Get operation request.

Collapse Output: ServiceAdministrationInterface_getOperationResponse

Get operation response result. Returns the operation definition for the specified operation under the specified service.

getOperationResponse result

Get operation response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied service or operation 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_getOperationRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_getOperationResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getOperation">
-<wsdl:documentation>
<xhtml:p>Gets an operation definition for the supplied service and operation name. The supplied service may be an individual service or a group. The supplied operation may be the special operation 'ALL'. Service groups will only have the special operation 'ALL' defined.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get operation operation input parameters. Specifies the operation under what service whose definition to fetch.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get operation response result. Returns the operation definition for the specified operation under 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 or operation does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©