Dear Sirs, why am I receiving an 'Error in parsing' exception when checking the status of a job like this?
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<Request xmlns="http://ws.easylink.com/RequestResponse/2011/01">
<ReceiverKey>https://messaging.easylink.com/soap/sync</ReceiverKey>
<Authentication>
<XDDSAuth>
<RequesterID />
</XDDSAuth>
</Authentication>
</Request>
</soap:Header>
<soap:Body>
<JobSummaryRequest xmlns="http://ws.easylink.com/JobSummary/2011/01">
<JobId>
<XDN>26741298</XDN>
<MRN>xsi</MRN>
</JobId>
</JobSummaryRequest>
</soap:Body></soap:Envelope>
Kind regards,
Javier.