http://www.ibm.com/wsdl/soa/pxcn/v1_0/interface
The CallNotification Port Type

When call events occur in the network, the application may be notified of these events. The application does not have the ability to influence the call, as call processing continues.

Notifications are provided for call attempt, busy, not reachable and no answer events.

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

 Collapse Operations
CallNotification_notifyBusyResponse  notifyBusy (notifyBusy parameters) [faults:  ServiceException  PolicyException  InvocationException  ]

A busy notification informs the application that a call between two parties was attempted, but the called party was busy.


CallNotification_notifyCalledNumberResponse  notifyCalledNumber (notifyCalledNumber parameters) [faults:  ServiceException  PolicyException  InvocationException  ]

A called number notification informs the application that a call between two parties is being attempted.


CallNotification_notifyNoAnswerResponse  notifyNoAnswer (notifyNoAnswer parameters) [faults:  ServiceException  PolicyException  InvocationException  ]

A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer.


CallNotification_notifyNotReachableResponse  notifyNotReachable (notifyNotReachable parameters) [faults:  ServiceException  PolicyException  InvocationException  ]

A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable.


 Collapse XML
-<wsdl:portType  name="CallNotification">
-<wsdl:documentation>
<xhtml:p>When call events occur in the network, the application may be notified of these events. The application does not have the ability to influence the call, as call processing continues.</xhtml:p>
<xhtml:p>Notifications are provided for call attempt, busy, not reachable and no answer events.</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="notifyBusy">
-<wsdl:documentation>
<xhtml:p>A busy notification informs the application that a call between two parties was attempted, but the called party was busy.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="parlayx_common_faults:ServiceException"  name="ServiceException" />
<wsdl:fault  message="parlayx_common_faults:PolicyException"  name="PolicyException" />
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
-<wsdl:operation  name="notifyNotReachable">
-<wsdl:documentation>
<xhtml:p>A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="parlayx_common_faults:ServiceException"  name="ServiceException" />
<wsdl:fault  message="parlayx_common_faults:PolicyException"  name="PolicyException" />
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
-<wsdl:operation  name="notifyNoAnswer">
-<wsdl:documentation>
<xhtml:p>A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="parlayx_common_faults:ServiceException"  name="ServiceException" />
<wsdl:fault  message="parlayx_common_faults:PolicyException"  name="PolicyException" />
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
-<wsdl:operation  name="notifyCalledNumber">
-<wsdl:documentation>
<xhtml:p>A called number notification informs the application that a call between two parties is being attempted.</xhtml:p>
</wsdl:documentation>
<wsdl:fault  message="parlayx_common_faults:ServiceException"  name="ServiceException" />
<wsdl:fault  message="parlayx_common_faults:PolicyException"  name="PolicyException" />
<wsdl:fault  message="soa_pxnotify_faults:InvocationException"  name="InvocationException" />
</wsdl:operation>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
CallNotificationService CallNotification CallNotificationBinding
Generated by WSDLdoc ©