This WSDL file for the C3FDNS (Fax Delivery Notification Service) is compatible with our standard notification SOAP template. You as the ‘server’ in this case, have to implement a SOAP Web Service that follows this specification so that our notifications will be accepted/handled by your service.
Xml | ![]() |
---|---|
<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="C3FDNS" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="C3FDNS" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="C3FDNS"> <s:element name="FaxDeliveryNotification"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="AccountId" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="ReferenceId" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="FaxJobId" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="FaxJobStatusId" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="StatusDescription" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="PageCount" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="FaxDeliveryDateTime" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="FaxDeliveryDuration" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="RemoteFaxCSID" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="ErrorString" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="DeliveredImage" type="s:base64Binary" /> </s:sequence> </s:complexType> </s:element> <s:element name="FaxDeliveryNotificationResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="FaxDeliveryNotificationResult" type="s:string" /> </s:sequence> </s:complexType> </s:element> </s:schema> </wsdl:types> <wsdl:message name="FaxDeliveryNotificationSoapIn"> <wsdl:part name="parameters" element="tns:FaxDeliveryNotification" /> </wsdl:message> <wsdl:message name="FaxDeliveryNotificationSoapOut"> <wsdl:part name="parameters" element="tns:FaxDeliveryNotificationResponse" /> </wsdl:message> <wsdl:portType name="FaxDeliveryNotificationServiceSoap"> <wsdl:operation name="FaxDeliveryNotification"> <wsdl:input message="tns:FaxDeliveryNotificationSoapIn" /> <wsdl:output message="tns:FaxDeliveryNotificationSoapOut" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="FaxDeliveryNotificationServiceSoap" type="tns:FaxDeliveryNotificationServiceSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="FaxDeliveryNotification"> <soap:operation soapAction="C3FDNS/FaxDeliveryNotification" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="FaxDeliveryNotificationServiceSoap12" type="tns:FaxDeliveryNotificationServiceSoap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="FaxDeliveryNotification"> <soap12:operation soapAction="C3FDNS/FaxDeliveryNotification" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="FaxDeliveryNotificationService"> <wsdl:port name="FaxDeliveryNotificationServiceSoap" binding="tns:FaxDeliveryNotificationServiceSoap"> <soap:address location="http://www.yourserver.com/Service.asmx" /> </wsdl:port> <wsdl:port name="FaxDeliveryNotificationServiceSoap12" binding="tns:FaxDeliveryNotificationServiceSoap12"> <soap12:address location="http://www.yourserver.com/Service.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> |