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

Gets a list of subscriptions for the supplied requester identifier. The requester identifier may be an individual requester or a requester group. If there are no subscriptions associated with the supplied identifier, then an empty list will be returned.

SubscriptionAdministrationInterface_getSubscriptionsResponse  getSubscriptions (getSubscriptionsRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: SubscriptionAdministrationInterface_getSubscriptionsRequest

Get subscription operation input parameters. Specifies the requester identifier whose list of subscriptions to fetch. May be an individual requester or a requester group.

getSubscriptionsRequest request

Get subscriptions request.

Collapse Output: SubscriptionAdministrationInterface_getSubscriptionsResponse

Get subscription operation response result. Returns a list of subscriptions associated with the supplied requester identifier. If the requester identifier has no subscriptions, then an empty list is returned.

getSubscriptionsResponse result

Get subscriptions response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied requester identifier is invalid or does not exist, 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" />
Output: SubscriptionAdministrationInterface_getSubscriptionsResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getSubscriptions">
-<wsdl:documentation>
<xhtml:p>Gets a list of subscriptions for the supplied requester identifier. The requester identifier may be an individual requester or a requester group. If there are no subscriptions associated with the supplied identifier, then an empty list will be returned.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get subscription operation input parameters. Specifies the requester identifier whose list of subscriptions to fetch. May be an individual requester or a requester group.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get subscription operation response result. Returns a list of subscriptions associated with the supplied requester identifier. If the requester identifier has no subscriptions, then an empty list is returned.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_sub_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the supplied requester identifier is invalid or does not exist, or if an internal error occurred.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©