I sent a fax to our local fax machine using https://test2messaging.easylink.com/soap/sync endpoint
This is the response, can you please tell me the status of the job ?
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Header> <Response xmlns="http://ws.easylink.com/RequestResponse/2011/01"> <SenderKey>http://xoa.xpedite.com/JobSubmit</SenderKey> <ProcessingID>0ACD321E-1512-160122210818319</ProcessingID> </Response> </Header> <Body> <JobSubmitResult xmlns="http://ws.easylink.com/JobSubmit/2011/01"> <Status> <StatusCode>0</StatusCode> <SubmissionTime>2016-01-22T21:08:18.319Z</SubmissionTime> <CompletionTime>2016-01-22T21:08:18.605Z</CompletionTime> </Status> <MessageResult> <MessageId>87878787</MessageId> <Status> <StatusCode>0</StatusCode> <StatusMessage>OK</StatusMessage> <SubmissionTime>2016-01-22T21:08:18.398Z</SubmissionTime> <CompletionTime>2016-01-22T21:08:18.605Z</CompletionTime> </Status> <JobId> <XDN>test2</XDN> <MRN>100580467</MRN> </JobId> </MessageResult> </JobSubmitResult> </Body></Envelope>
In your submit you specified:
<ns1:FaxOptions />