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

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

CallNotification_notifyNoAnswerResponse  notifyNoAnswer (notifyNoAnswer parameters)
[fault:  ServiceException  PolicyException  InvocationException  ]
Operation Type: Request-response
Collapse Input: CallNotification_notifyNoAnswerRequest
notifyNoAnswer parameters  
Collapse Output: CallNotification_notifyNoAnswerResponse
notifyNoAnswerResponse 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_notifyNoAnswerRequest
<soap:body  use="literal" />
Output: CallNotification_notifyNoAnswerResponse
<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="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>
Generated by WSDLdoc ©