Example Response XML

Xml Copy imageCopy
HTTP/1.1 200 OK 
Content-Type: "application/soap+xml; charset=utf-8"
Content-Length: length 
x-ch-execution-time: 0
x-ch-activity-id: "ACTIVITY IDENTIFIER RETURNED"

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:FaxWS="urn:FaxWS"
            xmlns:C3JM="urn:C3JM">
    <SOAP-ENV:Body>
        <FaxWS:FaxBroadcastStatusResponse>
            <FaxWS:return>false</FaxWS:return>
            <FaxWS:RecipientStatusList>
                <FaxWS:item>
                    <FaxWS:FaxJobId></FaxWS:FaxJobId>
                    <FaxWS:RecipientId>0</FaxWS:RecipientId>
                    <FaxWS:RecipientStatusId>0</FaxWS:RecipientStatusId>
                    <FaxWS:RecipientStatusDescription></FaxWS:RecipientStatusDescription>
                    <FaxWS:RecipientName></FaxWS:RecipientName>
                    <FaxWS:RecipientCompanyName></FaxWS:RecipientCompanyName>
                    <FaxWS:DeliveryAttempts>0</FaxWS:DeliveryAttempts>
                    <FaxWS:DeliveryDuration>0</FaxWS:DeliveryDuration>
                    <FaxWS:DeliverySpeed>0</FaxWS:DeliverySpeed>
                    <FaxWS:ReceiveCSID></FaxWS:ReceiveCSID>
                    <FaxWS:PageCount>0</FaxWS:PageCount>
                    <FaxWS:FaxNumber></FaxWS:FaxNumber>
                    <FaxWS:StartDate></FaxWS:StartDate>
                    <FaxWS:EndDate></FaxWS:EndDate>
                </FaxWS:item>
            </FaxWS:RecipientStatusList>
            <FaxWS:WSError>
                <FaxWS:ErrorCode>0</FaxWS:ErrorCode>
                <FaxWS:ErrorString></FaxWS:ErrorString>
            </FaxWS:WSError>
        </FaxWS:FaxBroadcastStatusResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

See Also