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:FaxBroadcastExResponse>
        <FaxWS:return>boolean</FaxWS:return>
        <FaxWS:FaxJobId>string</FaxWS:FaxJobId>
        <FaxWS:WSError>
            <FaxWS:ErrorCode>int</FaxWS:ErrorCode>
            <FaxWS:ErrorString>int</FaxWS:ErrorString>
        </FaxWS:WSError>
    </FaxWS:FaxBroadcastExResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

See Also