http://www.ibm.com/schema/twss/spm/admin/policy/v2_0/interface
The updatePolicies Operation

Updates one or more policy attribute/value pairs in a batch operation. The runtime will iterate through the supplied attribute/value pairs, performing the update in sequence. If an error occurs, then it will mark that position in the output fault array with a description of the error. Encountering a fault will not necessarily halt the update iteration.

Only fields that are supplied in the policy data structure are updated. If an optional field is omitted in the request, then the corresponding information is not updated by the runtime.

Update one or more policies in one batch operation.
PolicyAdministrationInterface_updatePoliciesResponse  updatePolicies (updatePoliciesRequest request)
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_updatePoliciesRequest

Update policies operation input parameters. Contains a list of policy attribute/value pairs to update.

updatePoliciesRequest request

Update policies request.

Collapse Output: PolicyAdministrationInterface_updatePoliciesResponse

Update policies operation response result. This response contains a list of any faults that may have occurred while updating the supplied policy attribute/value pairs.

updatePoliciesResponse result

Update policies response.

 Collapse Bindings
Binding: PolicyAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: PolicyAdministrationInterface_updatePoliciesRequest
<soap:body  use="literal" />
Output: PolicyAdministrationInterface_updatePoliciesResponse
<soap:body  use="literal" />

 Collapse XML
-<operation  name="updatePolicies">
-<wsdl:documentation>
<xhtml:p>Updates one or more policy attribute/value pairs in a batch operation. The runtime will iterate through the supplied attribute/value pairs, performing the update in sequence. If an error occurs, then it will mark that position in the output fault array with a description of the error. Encountering a fault will not necessarily halt the update iteration.</xhtml:p>
<xhtml:p>Only fields that are supplied in the policy data structure are updated. If an optional field is omitted in the request, then the corresponding information is not updated by the runtime.</xhtml:p>
Update one or more policies in one batch operation.
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Update policies operation input parameters. Contains a list of policy attribute/value pairs to update.</xhtml:p>
</wsdl:documentation>
</input>
-<wsdl:documentation>
<xhtml:p>Update policies operation response result. This response contains a list of any faults that may have occurred while updating the supplied policy attribute/value pairs.</xhtml:p>
</wsdl:documentation>
</output>
</operation>
Generated by WSDLdoc ©