http://www.ibm.com/wsdl/soa/pxprs/v1_0/interface
The subscriptionEnded Operation

This asynchronous operation is called by the Web Service to notify the watcher (application) that the subscription has terminated. Typical reasons are a timeout of the underlying SIP soft state subscription (in accordance with [14] and [9]) or the decision of the presentity to block further presence information to that watcher. Since the subscription request has no expiration parameters, the service implementation may provide an inactivity timer that also triggers the subscriptionEnded message.

PresenceNotification_subscriptionEndedResponse  subscriptionEnded (subscriptionEnded parameters)
[fault:  InvocationException  ]
Operation Type: Request-response
Collapse Input: PresenceNotification_subscriptionEndedRequest
subscriptionEnded parameters  
Collapse Output: PresenceNotification_subscriptionEndedResponse
subscriptionEndedResponse result  
Collapse Fault:
InvocationException 
InvocationException InvocationException

Notification invocation exception.

 Collapse Bindings
Binding: PresenceNotificationBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: PresenceNotification_subscriptionEndedRequest
<soap:body  use="literal" />
Output: PresenceNotification_subscriptionEndedResponse
<soap:body  use="literal" />
Fault:
InvocationException: InvocationException
<soap:fault  name="InvocationException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="subscriptionEnded">
-<wsdl:documentation>
<xhtml:p>This asynchronous operation is called by the Web Service to notify the watcher (application) that the subscription has terminated. Typical reasons are a timeout of the underlying SIP soft state subscription (in accordance with [14] and [9]) or the decision of the presentity to block further presence information to that watcher. Since the subscription request has no expiration parameters, the service implementation may provide an inactivity timer that also triggers the subscriptionEnded message.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
Generated by WSDLdoc ©