Hi,
when I submit a fax, i need to know the sending status during the sending time.
For this i use th JobDeliveryStatus request but i've always the same reply..... "No information available".
But in test2.myportal.easylink.com, I've a status "error".
See the unput and output of my component...
<?xml version = "1.0" encoding = "UTF-8"?>
<inputMessage>
<ns0:JobDeliveryStatusRequest xmlns:ns0 = "http://ws.easylink.com/JobDeliveryStatus/2011/01">
<ns0:StatusOptions>
<ns0:AllDeliveryGroups>true</ns0:AllDeliveryGroups>
</ns0:StatusOptions>
<ns0:JobId>
<ns0:XDN>test2</ns0:XDN>
<ns0:MRN>2098142</ns0:MRN>
</ns0:JobId>
</ns0:JobDeliveryStatusRequest>
<headers>
<Header.request_header>
<ns0:Request xmlns:ns0 = "http://ws.easylink.com/RequestResponse/2011/01">
<ns0:ReceiverKey>http:/test</ns0:ReceiverKey>
<ns0:Authentication>
<ns0:XDDSAuth>
<ns0:RequesterID>test2/******</ns0:RequesterID>
<ns0:Password>*******</ns0:Password>
</ns0:XDDSAuth>
</ns0:Authentication>
</ns0:Request>
</Header.request_header>
</headers>
</inputMessage>
<?xml version = "1.0" encoding = "UTF-8"?>
<outputMessage>
<JobDeliveryStatusResult xmlns = "http://ws.easylink.com/JobDeliveryStatus/2011/01" xmlns:SOAP-ENV = "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">
<Status>
<StatusCode>0</StatusCode>
<StatusMessage>OK</StatusMessage>
<SubmissionTime>2012-10-19T13:15:30.925Z</SubmissionTime>
<CompletionTime>2012-10-19T13:15:32.822Z</CompletionTime>
</Status>
<JobDeliveryStatus>
<JobId>
<XDN>test2</XDN>
<MRN>2098142</MRN>
</JobId>
<RecStatus code = "1">No information available</RecStatus>
</JobDeliveryStatus>
</JobDeliveryStatusResult>
<headers>
<Header.response_header>
<Response xmlns = "http://ws.easylink.com/RequestResponse/2011/01" xmlns:SOAP-ENV = "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">
<SenderKey>http://xoa.xpedite.com/JobDeliveryStatus</SenderKey>
<ProcessingID>0ACD321E-1612-121019131530925</ProcessingID>
</Response>
</Header.response_header>
</headers>
</outputMessage>