http://www.ibm.com/wsdl/twss/nm/stat/publish/v1_0/interface
The deliverySucceeded Operation

The deliverySucceeded operation informs Notification Management that a single notification delivery attempt succeeded for the given, already registered notification.

NotificationStatisticsPublishing_deliverySucceededResponse  deliverySucceeded (deliverySucceededRequest parameters)
[fault:  NotificationRequestInvalidFault  NotificationNotFoundFault  NotificationServiceFault  ]
Operation Type: Request-response
Collapse Input: NotificationStatisticsPublishing_deliverySucceededRequest
deliverySucceededRequest parameters  
Collapse Output: NotificationStatisticsPublishing_deliverySucceededResponse
deliverySucceededResponse result  
Collapse Fault:
NotificationRequestInvalidFault  : 

This fault occurs if the request contains invalid structure or semantic content.

NotificationRequestInvalidFault NotificationRequestInvalidFault  
NotificationNotFoundFault  : 

This fault occurs if the requester, service, and correlator identify a currently unknown notification.

NotificationNotFoundFault NotificationNotFoundFault  
NotificationServiceFault  : 

This fault occurs if an unrecoverable error occurs while processing the request.

NotificationServiceFault NotificationServiceFault  
 Collapse Bindings
Binding: NotificationStatisticsPublishingBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: NotificationStatisticsPublishing_deliverySucceededRequest
<soap:body  use="literal" />
Output: NotificationStatisticsPublishing_deliverySucceededResponse
<soap:body  use="literal" />
Fault:
NotificationRequestInvalidFault: NotificationRequestInvalidFault
<soap:fault  name="NotificationRequestInvalidFault"
  use="literal" />
 
NotificationNotFoundFault: NotificationNotFoundFault
<soap:fault  name="NotificationNotFoundFault"
  use="literal" />
 
NotificationServiceFault: NotificationServiceFault
<soap:fault  name="NotificationServiceFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="deliverySucceeded">
-<wsdl:documentation>
<xhtml:p> The deliverySucceeded operation informs Notification Management that a single notification delivery attempt succeeded for the given, already registered notification. </xhtml:p>
</wsdl:documentation>
<wsdl:input  message="twss_nm_statpub:NotificationStatisticsPublishing_deliverySucceededRequest"  name="deliverySucceededRequest" />
<wsdl:output  message="twss_nm_statpub:NotificationStatisticsPublishing_deliverySucceededResponse"  name="deliverySucceededResponse" />
-<wsdl:fault  message="twss_nm_faults:NotificationRequestInvalidFault"  name="NotificationRequestInvalidFault">
-<wsdl:documentation>
<xhtml:p> This fault occurs if the request contains invalid structure or semantic content. </xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_nm_faults:NotificationNotFoundFault"  name="NotificationNotFoundFault">
-<wsdl:documentation>
<xhtml:p> This fault occurs if the requester, service, and correlator identify a currently unknown notification. </xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_nm_faults:NotificationServiceFault"  name="NotificationServiceFault">
-<wsdl:documentation>
<xhtml:p> This fault occurs if an unrecoverable error occurs while processing the request. </xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©