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

Attempts to create one or more service policy attribute/value pairs in a single batch operation. The runtime will iterate through the list of supplied policy pairs and attempt to create them in sequence. Faults will be returned for any failures encountered during iteration. Encountering failures does not necessarily halt the iteration, and the runtime may continue in best effort to create as many of the supplied values as possible.

PolicyAdministrationInterface_createPoliciesResponse  createPolicies (createPoliciesRequest request)
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_createPoliciesRequest

Create policies operation input parameters. Contains a list of policy attribute/value pairs to create.

createPoliciesRequest request

Create policies request.

Collapse Output: PolicyAdministrationInterface_createPoliciesResponse

Create policies operation response result. This response contains a list of any faults that may have occured while creating the supplied policy attribute/value pairs.

createPoliciesResponse result

Create 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_createPoliciesRequest
<soap:body  use="literal" />
Output: PolicyAdministrationInterface_createPoliciesResponse
<soap:body  use="literal" />

 Collapse XML
-<operation  name="createPolicies">
-<wsdl:documentation>
<xhtml:p>Attempts to create one or more service policy attribute/value pairs in a single batch operation. The runtime will iterate through the list of supplied policy pairs and attempt to create them in sequence. Faults will be returned for any failures encountered during iteration. Encountering failures does not necessarily halt the iteration, and the runtime may continue in best effort to create as many of the supplied values as possible.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Create policies operation input parameters. Contains a list of policy attribute/value pairs to create.</xhtml:p>
</wsdl:documentation>
</input>
-<wsdl:documentation>
<xhtml:p>Create policies operation response result. This response contains a list of any faults that may have occured while creating the supplied policy attribute/value pairs.</xhtml:p>
</wsdl:documentation>
</output>
</operation>
Generated by WSDLdoc ©