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

Performs hierarchical resolution to determine the set of policies visible at the provided (requester, service, operation) scope tuple. Scoped policy values that are returned contain the most specific values determined during resolution, with non-overridden values inherited from higher level policy scopes.

PolicyAdministrationInterface_getResolvedPoliciesResponse  getResolvedPolicies (getResolvedPoliciesRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_getResolvedPoliciesRequest

Get resolved policies operation input parameters. Specifies the (requester, service, operation) scope tuple at which to fetch policies.

getResolvedPoliciesRequest request

Get resolved policies request.

Collapse Output: PolicyAdministrationInterface_getResolvedPoliciesResponse

Get resolved policies response result. Returns a list of scoped policies that were resolved hierarchically for the given scope. The list may be empty if no policies could be resolved.

getResolvedPoliciesResponse result

Get resolved policies response.

Collapse Fault:
ServicePolicyException  : 

Raised if the provided policy scope is invalid or 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_getResolvedPoliciesRequest
<soap:body  use="literal" />
Output: PolicyAdministrationInterface_getResolvedPoliciesResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<operation  name="getResolvedPolicies">
-<wsdl:documentation>
<xhtml:p>Performs hierarchical resolution to determine the set of policies visible at the provided (requester, service, operation) scope tuple. Scoped policy values that are returned contain the most specific values determined during resolution, with non-overridden values inherited from higher level policy scopes.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get resolved policies operation input parameters. Specifies the (requester, service, operation) scope tuple at which to fetch policies.</xhtml:p>
</wsdl:documentation>
</input>
-<wsdl:documentation>
<xhtml:p>Get resolved policies response result. Returns a list of scoped policies that were resolved hierarchically for the given scope. The list may be empty if no policies could be resolved.</xhtml:p>
</wsdl:documentation>
</output>
-<fault  message="admin_policy_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the provided policy scope is invalid or an internal error occurs.</xhtml:p>
</wsdl:documentation>
</fault>
</operation>
Generated by WSDLdoc ©