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

Updates the specified policy type definition. Only changed fields are updated in the system. Omitted optional fields are considered not to have changed.

Note: this is a potentially dangerous operation for policy values that are already in use in the system. Thus, any changes to policy values should be made with extreme caution.

TypeAdministrationInterface_updatePolicyTypeResponse  updatePolicyType (updatePolicyTypeRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: TypeAdministrationInterface_updatePolicyTypeRequest

Update policy type operation input parameters. The supplied definition will be updated in the service policy manager system.

updatePolicyTypeRequest request

Update policy type request.

Collapse Output: TypeAdministrationInterface_updatePolicyTypeResponse

Update policy type response result. Contains empty content.

updatePolicyTypeResponse result

Update policy type response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified policy type does not exist, if an invalid change is made, 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_updatePolicyTypeRequest
<soap:body  use="literal" />
Output: TypeAdministrationInterface_updatePolicyTypeResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="updatePolicyType">
-<wsdl:documentation>
<xhtml:p>Updates the specified policy type definition. Only changed fields are updated in the system. Omitted optional fields are considered not to have changed.</xhtml:p>
<xhtml:p>Note: this is a potentially dangerous operation for policy values that are already in use in the system. Thus, any changes to policy values should be made with extreme caution.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Update policy type operation input parameters. The supplied definition will be updated in the service policy manager system.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Update 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 does not exist, if an invalid change is made, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©