Hi i have used jobdelivery method to get the delivery status.And i got the below xml as out put.
<JobSubmitResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Status xmlns="http://ws.easylink.com/JobSubmit/2011/01">
<StatusCode>0</StatusCode>
<SubmissionTime>2016-02-24T07:42:16.05Z</SubmissionTime>
<CompletionTime>2016-02-24T07:42:16.426Z</CompletionTime>
</Status>
<SubmitId xmlns="http://ws.easylink.com/JobSubmit/2011/01">SubmitId</SubmitId>
<MessageResult xmlns="http://ws.easylink.com/JobSubmit/2011/01">
<MessageId>YH1002610DT2/24/2016 1:12:54 PM</MessageId>
<Status>
<StatusCode>0</StatusCode>
<StatusMessage>OK</StatusMessage>
<SubmissionTime>2016-02-24T07:42:16.103Z</SubmissionTime>
<CompletionTime>2016-02-24T07:42:16.426Z</CompletionTime>
</Status>
<JobId>
<XDN>test2</XDN>
<MRN>10815314</MRN>
</JobId>
</MessageResult>
</JobSubmitResult>
And i got Response is below
<Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ws.easylink.com/RequestResponse/2011/01">
<SenderKey>http://xoa.xpedite.com/JobDeliveryStatus</SenderKey>
<ReceiverKey>http://www.bdrsoftware.com/Service1.asmx</ReceiverKey>
<ProcessingID>0ACD321E-1627-160224074230608</ProcessingID>
</Response>
Here how do i know wethere the fax is deliverd or not.