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

Performs validation of one or more policy values. Each policy value has an associated type that's used to look up the validation mask to evaluate against the policy. A list of boolean is returned indicated which values were and were not valid, by position.

PolicyAdministrationInterface_validatePolicyValuesResponse  validatePolicyValues (validatePolicyValuesRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_validatePolicyValuesRequest

Validate policy values operation input parameters. Contains a list of policy values and types.

validatePolicyValuesRequest request

Validate policy values request.

Collapse Output: PolicyAdministrationInterface_validatePolicyValuesResponse

Validate policy values response result. Returns a list of booleans indicating which entries were valid.

validatePolicyValuesResponse result

Validate policy values response.

Collapse Fault:
ServicePolicyException  : 

Raised if the input refers to invalid types or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

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

 Collapse XML
-<operation  name="validatePolicyValues">
-<wsdl:documentation>
<xhtml:p>Performs validation of one or more policy values. Each policy value has an associated type that's used to look up the validation mask to evaluate against the policy. A list of boolean is returned indicated which values were and were not valid, by position.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Validate policy values operation input parameters. Contains a list of policy values and types.</xhtml:p>
</wsdl:documentation>
</input>
-<wsdl:documentation>
<xhtml:p>Validate policy values response result. Returns a list of booleans indicating which entries were valid.</xhtml:p>
</wsdl:documentation>
</output>
-<fault  message="admin_policy_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the input refers to invalid types or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</fault>
</operation>
Generated by WSDLdoc ©