Trying to get the JobDeliveryStatusof the fax

Is this the valid request to get the status of a job?

 

 

<?xml version="1.0" encoding="utf-8"?>

<JobDeliveryStatusRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<SubmitId xmlns="http://ws.easylink.com/JobDeliveryStatus/2011/01">123</SubmitId>

<JobId xmlns="http://ws.easylink.com/JobDeliveryStatus/2011/01">

<XDN>test2</XDN>

<MRN>100673963</MRN>

</JobId>

</JobDeliveryStatusRequest>

Comments