http://access.pm.soa.ibm.com/wsdl/pm/service_policy_access/v1_0/interface
The getServicePolicies Operation

Gets the set of service polices for a given (requester, service, operation) tuple. A hierarchical algorithm is used to resolve the set of service policies that corresponds to the particualr request. Policy scoping follows the tuple definition, allowing policies to be defined at different requester, service, and operation scopes. Policies that are set lower in the hierarchy override policies that are set higher in the hierarchy.

ServicePolicyAccessInterface_getServicePoliciesResponse  getServicePolicies (getServicePoliciesRequest parameters)
[fault:  ServiceException  PolicyException  ]
Operation Type: Request-response
Collapse Input: ServicePolicyAccessInterface_getServicePoliciesRequest
getServicePoliciesRequest parameters  
Collapse Output: ServicePolicyAccessInterface_getServicePoliciesResponse
getServicePoliciesResponse result  
Collapse Fault:
ServiceException  : 

ServiceException from 3GPP TS 29.199-1.

A service exception will occur if one of these five conditions is encountered:

  • The specified requester is a group and not an individual requester.
  • The specified service is a group or a service implementation, and not an individual service.
  • The specified operation is 'ALL'.
  • The specified requester, service or operation does not exist.
  • Subscription does not exist for the specified requester, service and operation.
ServiceException ServiceException  
PolicyException  : 

Policy exception from 3GPP TS 29.199-1.

PolicyException PolicyException  
 Collapse Bindings
Binding: ServicePolicyAccessInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: ServicePolicyAccessInterface_getServicePoliciesRequest
<soap:body  use="literal" />
Output: ServicePolicyAccessInterface_getServicePoliciesResponse
<soap:body  use="literal" />
Fault:
ServiceException: ServiceException
<soap:fault  name="ServiceException"
  use="literal" />
 
PolicyException: PolicyException
<soap:fault  name="PolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getServicePolicies">
-<wsdl:documentation>
<xhtml:p>Gets the set of service polices for a given (requester, service, operation) tuple. A hierarchical algorithm is used to resolve the set of service policies that corresponds to the particualr request. Policy scoping follows the tuple definition, allowing policies to be defined at different requester, service, and operation scopes. Policies that are set lower in the hierarchy override policies that are set higher in the hierarchy.</xhtml:p>
</wsdl:documentation>
-<wsdl:fault  message="parlayx_common_faults:ServiceException"  name="ServiceException">
-<wsdl:documentation>
<xhtml:p>ServiceException from 3GPP TS 29.199-1.</xhtml:p>
<xhtml:p>A service exception will occur if one of these five conditions is encountered:</xhtml:p>
-<xhtml:ul>
<xhtml:li>The specified requester is a group and not an individual requester.</xhtml:li>
<xhtml:li>The specified service is a group or a service implementation, and not an individual service.</xhtml:li>
<xhtml:li>The specified operation is 'ALL'.</xhtml:li>
<xhtml:li>The specified requester, service or operation does not exist.</xhtml:li>
<xhtml:li>Subscription does not exist for the specified requester, service and operation.</xhtml:li>
</xhtml:ul>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="parlayx_common_faults:PolicyException"  name="PolicyException">
-<wsdl:documentation>
<xhtml:p>Policy exception from 3GPP TS 29.199-1.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©