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

Removes an operation from the specified service. Removing an operation removes all associated policy information and subscriptions associated with that operation. Consider disabling the operation rather than removing the operation to preserve policy and subscription information.

The special operation 'ALL' cannot be removed.

ServiceAdministrationInterface_removeOperationResponse  removeOperation (removeOperationRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_removeOperationRequest

Remove operation operation input parameters. Specifies which operation under what service to remove. The special operation 'ALL' cannot be removed.

removeOperationRequest request

Remove operation request.

Collapse Output: ServiceAdministrationInterface_removeOperationResponse

Remove operation response result. Contains empty content.

removeOperationResponse result

Remove 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_removeOperationRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_removeOperationResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="removeOperation">
-<wsdl:documentation>
<xhtml:p>Removes an operation from the specified service. Removing an operation removes all associated policy information and subscriptions associated with that operation. Consider disabling the operation rather than removing the operation to preserve policy and subscription information.</xhtml:p>
<xhtml:p>The special operation 'ALL' cannot be removed.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Remove operation operation input parameters. Specifies which operation under what service to remove. The special operation 'ALL' cannot be removed.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Remove operation response result. Contains empty content.</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 ©