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

Removes one or more policy attributes from a specified (requester, service, operation) scope tuple in a batch operation. The runtime will iterate through the supplied list of attributes, performing the removal in sequence. If an error occurs, then it will mark that position in the output fault array with a description of th error. Encountering a fautl will not necessarily halt the removal iteration.

PolicyAdministrationInterface_removePoliciesResponse  removePolicies (removePoliciesRequest request)
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_removePoliciesRequest

Remove policies operation input parameters. Specifies a policy scope and list of attributes to remove.

removePoliciesRequest request

Remove policies request.

Collapse Output: PolicyAdministrationInterface_removePoliciesResponse

Remove policies operation response result. This response contains a list of any faults that may have occurred while removing the supplied policy attribute names.

removePoliciesResponse result

Remove 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_removePoliciesRequest
<soap:body  use="literal" />
Output: PolicyAdministrationInterface_removePoliciesResponse
<soap:body  use="literal" />

 Collapse XML
-<operation  name="removePolicies">
-<wsdl:documentation>
<xhtml:p>Removes one or more policy attributes from a specified (requester, service, operation) scope tuple in a batch operation. The runtime will iterate through the supplied list of attributes, performing the removal in sequence. If an error occurs, then it will mark that position in the output fault array with a description of th error. Encountering a fautl will not necessarily halt the removal iteration.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Remove policies operation input parameters. Specifies a policy scope and list of attributes to remove.</xhtml:p>
</wsdl:documentation>
</input>
-<wsdl:documentation>
<xhtml:p>Remove policies operation response result. This response contains a list of any faults that may have occurred while removing the supplied policy attribute names.</xhtml:p>
</wsdl:documentation>
</output>
</operation>
Generated by WSDLdoc ©