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

Retrieves the scoped policy attribute/value pairs that have been defined only at the specified policy scope. This operation does not perform any hierarchical resolution, so policies may exist at other scopes.

PolicyAdministrationInterface_getScopedPoliciesResponse  getScopedPolicies (getScopedPoliciesRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_getScopedPoliciesRequest

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

getScopedPoliciesRequest request

Get scoped policies request.

Collapse Output: PolicyAdministrationInterface_getScopedPoliciesResponse

Get scoped policies operation response result. Returns a list of scoped policies defined at that scope. The list may be empty if no policies are defined.

getScopedPoliciesResponse result

Get scoped 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_getScopedPoliciesRequest
<soap:body  use="literal" />
Output: PolicyAdministrationInterface_getScopedPoliciesResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<operation  name="getScopedPolicies">
-<wsdl:documentation>
<xhtml:p>Retrieves the scoped policy attribute/value pairs that have been defined only at the specified policy scope. This operation does not perform any hierarchical resolution, so policies may exist at other scopes.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get scoped 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 scoped policies operation response result. Returns a list of scoped policies defined at that scope. The list may be empty if no policies are defined.</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 ©