http://www.ibm.com/wsdl/soa/pxcn/v1_0/interface
The notifyBusy Operation

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

CallNotification_notifyBusyResponse  notifyBusy (notifyBusy parameters)
[fault:  ServiceException  PolicyException  InvocationException  ]
Operation Type: Request-response
Collapse Input: CallNotification_notifyBusyRequest
notifyBusy parameters  
Collapse Output: CallNotification_notifyBusyResponse
notifyBusyResponse result  
Collapse Fault:
ServiceException 
ServiceException ServiceException  
PolicyException 
PolicyException PolicyException  
InvocationException 
InvocationException InvocationException

Notification invocation exception.

 Collapse Bindings
Binding: CallNotificationBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: CallNotification_notifyBusyRequest
<soap:body  use="literal" />
Output: CallNotification_notifyBusyResponse
<soap:body  use="literal" />
Fault:
ServiceException: ServiceException
<soap:fault  name="ServiceException"
  use="literal" />
 
PolicyException: PolicyException
<soap:fault  name="PolicyException"
  use="literal" />
 
InvocationException: InvocationException
<soap:fault  name="InvocationException"
  use="literal" />
 

 Collapse XML
-<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>
Generated by WSDLdoc ©