http://www.ibm.com/wsdl/soa/pxts/v1_0/interface
The TerminalStatusNotification Port Type

Notification interface to which notifications are delivered.

This interface is part of the collection of Parlay X outbound notifications supported by the PX Notification common component.

 Collapse Operations
TerminalStatusNotification_statusEndResponse  statusEnd (statusEnd parameters) [faults:  InvocationException  ]

The notifications have completed for this correlator. This message will be delivered when the duration or count for notifications have been completed. This message will not be delivered in the case of an error ending the notifications or deliberate ending of the notifications (using endNotification operation).


TerminalStatusNotification_statusErrorResponse  statusError (statusError parameters) [faults:  InvocationException  ]

The status changed error message is sent to the application to indicate that the notification is being cancelled by the Web Service.


TerminalStatusNotification_statusNotificationResponse  statusNotification (statusNotification parameters) [faults:  InvocationException  ]

When the status of monitored devices change, a notification is delivered to the application with the new status information for each of the devices. If a group identifier was used, the terminal device URI is provided, not the group URI.


 Collapse XML
-<wsdl:portType  name="TerminalStatusNotification">
-<wsdl:documentation>
<xhtml:p>Notification interface to which notifications are delivered.</xhtml:p>
-<xhtml:p>
-<xhtml:b>
<xhtml:i>This interface is part of the collection of Parlay X outbound notifications supported by the PX Notification common component.</xhtml:i>
</xhtml:b>
</xhtml:p>
</wsdl:documentation>
-<wsdl:operation  name="statusNotification">
-<wsdl:documentation>
<xhtml:p>When the status of monitored devices change, a notification is delivered to the application with the new status information for each of the devices. If a group identifier was used, the terminal device URI is provided, not the group URI.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
-<wsdl:operation  name="statusError">
-<wsdl:documentation>
<xhtml:p>The status changed error message is sent to the application to indicate that the notification is being cancelled by the Web Service.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
-<wsdl:operation  name="statusEnd">
-<wsdl:documentation>
<xhtml:p>The notifications have completed for this correlator. This message will be delivered when the duration or count for notifications have been completed. This message will not be delivered in the case of an error ending the notifications or deliberate ending of the notifications (using endNotification operation).</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
TerminalStatusNotificationService TerminalStatusNotification TerminalStatusNotificationBinding
Generated by WSDLdoc ©