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:Header/>
    <SOAP-ENV:Body>
        <FaxWS:FaxStatusResponse>
            <FaxWS:return>boolean</FaxWS:return>
            <FaxWS:FaxStatusList>
                <!--Zero or more repetitions:-->
                <FaxWS:item>
                    <FaxWS:FaxJobId>string</FaxWS:FaxJobId>
                    <FaxWS:FaxJobStatusId>int</FaxWS:FaxJobStatusId>
                    <FaxWS:StatusDescription>string</FaxWS:StatusDescription>
                    <FaxWS:Error>
                        <FaxWS:ErrorCode>int</FaxWS:ErrorCode>
                        <FaxWS:ErrorString>string</FaxWS:ErrorString>
                    </FaxWS:Error>
                </FaxWS:item>
            </FaxWS:FaxStatusList>
            <FaxWS:WSError>
                <FaxWS:ErrorCode>int</FaxWS:ErrorCode>
                <FaxWS:ErrorString>string</FaxWS:ErrorString>
            </FaxWS:WSError>
        </FaxWS:FaxStatusResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

See Also