http://www.ibm.com/schema/twss/spm/admin/subscription/v2_0/interface
The resolveSubscription Operation

Retrieves the subscription associated with a (requester, service, operation) scope. The service implementation is implied in this scoping as there can only be one service implementation per subscription. This operation performs hierarchical resolution when determining the matching subscription. If a requester does not possess a matching subscription but a parent requester group does, then the parent's subscription will be returned. Always the most specific match in terms of being lower in the hierarchy will be returned.

SubscriptionAdministrationInterface_resolveSubscriptionResponse  resolveSubscription (resolveSubscriptionRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: SubscriptionAdministrationInterface_resolveSubscriptionRequest

Resolve subscription operation input parameters. Specifies the (requester, service, operation) scope to use when searching the requester hierarchy to locate a matching subscription.

resolveSubscriptionRequest request

Resolve subscription request.

Collapse Output: SubscriptionAdministrationInterface_resolveSubscriptionResponse

Resolve subscription operation response result. Returns the matching subscription information.

resolveSubscriptionResponse result

Resolve subscription response.

Collapse Fault:
ServicePolicyException  : 

Raised if an invalid (requester, service, operation) scope was supplied, if no subscription exists, or if an internal error occurred

ServicePolicyException ServicePolicyException

Service policy exception fault.

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

 Collapse XML
-<wsdl:operation  name="resolveSubscription">
-<wsdl:documentation>
<xhtml:p>Retrieves the subscription associated with a (requester, service, operation) scope. The service implementation is implied in this scoping as there can only be one service implementation per subscription. This operation performs hierarchical resolution when determining the matching subscription. If a requester does not possess a matching subscription but a parent requester group does, then the parent's subscription will be returned. Always the most specific match in terms of being lower in the hierarchy will be returned.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Resolve subscription operation input parameters. Specifies the (requester, service, operation) scope to use when searching the requester hierarchy to locate a matching subscription.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Resolve subscription operation response result. Returns the matching subscription information.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_sub_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if an invalid (requester, service, operation) scope was supplied, if no subscription exists, or if an internal error occurred</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©