I have one inbound fax in my account (JobId: 10143525) and I'm trying to get it by QueuedDocumentRetrieve.
But I'm getting below response:
stdClass Object
(
[Status] => stdClass Object
(
[StatusCode] => 0
[StatusMessage] => OK
[SubmissionTime] => 2014-11-11T12:34:02.893Z
[CompletionTime] => 2014-11-11T12:34:02.939Z
)
)
Inbound fax is available in account even if I'm not getting it by calling QueuedDocumentRetrieve method.
Below is the xml
<tns:Envelope xmlns:tns="http://schemas.xmlsoap.org/soap/envelope/">
<tns:Header>
<Request xmlns="http://ws.easylink.com/RequestResponse/2011/01" tns:mustUnderstand="0">
<ReceiverKey>https://test2messaging.easylink.com/soap/sync</ReceiverKey>
<Authentication>
<XDDSAuth>
<RequesterID aliasType="M2F">shameern@meditab.com</RequesterID>
<Password>XXXXXXX</Password>
</XDDSAuth>
</Authentication>
</Request>
</tns:Header>
<tns:Body>
<QueuedDocumentRetrieveRequest xmlns="http://ws.easylink.com/QueuedDocumentRetrieve/2013/01"/>
</tns:Body>
</tns:Envelope>
I got 2-3 inbound faxes by this method but not getting it for job id: 10143525
May be because sender and Receiving Fax are same? What can be the reason?