http://www.ibm.com/schema/twss/spm/admin/type/v2_0/interface
The removePolicyType Operation

Removes a policy type from the service policy manager. Due to the dangerous nature of this operation, this operation will not be allowed to succeed provided there are existing policy attribute values in the system that reference this type. Those policy attributes must be removed from the system before this operation can succeed.

TypeAdministrationInterface_removePolicyTypeResponse  removePolicyType (removePolicyTypeRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: TypeAdministrationInterface_removePolicyTypeRequest

Remove policy type operation input parameters. Specifies the name of the policy type definition to remove from the service policy manager system.

removePolicyTypeRequest request

Remove policy type request.

Collapse Output: TypeAdministrationInterface_removePolicyTypeResponse

Remove policy type response result. Contains empty content.

removePolicyTypeResponse result

Remove policy type response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified policy type is still in use by the system, if the specified type does not exist, or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: TypeAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: TypeAdministrationInterface_removePolicyTypeRequest
<soap:body  use="literal" />
Output: TypeAdministrationInterface_removePolicyTypeResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="removePolicyType">
-<wsdl:documentation>
<xhtml:p>Removes a policy type from the service policy manager. Due to the dangerous nature of this operation, this operation will not be allowed to succeed provided there are existing policy attribute values in the system that reference this type. Those policy attributes must be removed from the system before this operation can succeed.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Remove policy type operation input parameters. Specifies the name of the policy type definition to remove from the service policy manager system.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Remove policy type response result. Contains empty content.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_type_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the specified policy type is still in use by the system, if the specified type does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©