Response from the JobSubmit as "XOA-2909 [User authentication not accepted] : login not permitted: reason code = 1000 msg-not found"when i tries to submit the JobSubmit Request from SOAPUI.
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://ws.easylink.com/RequestResponse/2011/01" xmlns:ns1="http://ws.easylink.com/JobSubmit/2011/01">
<soapenv:Header>
<ns:Request>
<ns:ReceiverKey>https://test2messaging.easylink.com/soap/sync</ns:ReceiverKey>
<!--Optional:-->
<ns:Authentication>
<!--You have a CHOICE of the next 2 items at this level-->
<ns:XDDSAuth>
<ns:RequesterID>*******</ns:RequesterID>
<ns:Password>*******</ns:Password>
</ns:XDDSAuth>
</ns:Authentication>
</ns:Request>
</soapenv:Header>
<soapenv:Body>
<ns1:JobSubmitRequest>
<!--Optional:-->
<ns1:SubmitId>1</ns1:SubmitId>
<!--1 or more repetitions:-->
<ns1:Message>
<ns1:JobOptions>
<!--Optional:-->
<ns1:EnhancedEmailOptions>
<!--You may enter the following 12 items in any order-->
<!--Optional:-->
<ns1:Subject b64charset="UTF-8">dGVzdCBtYWlsIGZyb20gYnI=</ns1:Subject>
<!--Optional:-->
<ns1:CharacterSet>UTF-8</ns1:CharacterSet>
<!--Optional:-->
<ns1:FromDisplayName>Tet1</ns1:FromDisplayName>
</ns1:EnhancedEmailOptions>
</ns1:JobOptions>
<ns1:Destinations>
<ns1:Internet ref="emailconfirm">
<ns1:Email>RGhhbmFzZWthcmFuLmRhbW9kaGFyYW5AYnJvYWRyaWRnZS5jb20=</ns1:Email>
<!--Optional:-->
<ns1:From b64charset="UTF-8">RGhhbmFzZWthcmFuLmRhbW9kaGFyYW5AYnJvYWRyaWRnZS5jb20=</ns1:From>
<!--Optional:-->
<ns1:Eformat>text</ns1:Eformat>
</ns1:Internet>
</ns1:Destinations>
<ns1:Contents>
<!--1 or more repetitions:-->
<ns1:Part>
<!--You have a CHOICE of the next 2 items at this level-->
<ns1:Document ref="confirmationPDF">
<ns1:DocType>PDF</ns1:DocType>
<!--Optional:-->
<ns1:Filename b64charset="UTF-8">Y29uZmlybWF0aW9u</ns1:Filename>
<!--You have a CHOICE of the next 4 items at this level-->
<ns1:DocData format="base64">JVB ... CiUlRU9GCg==</ns1:DocData>
</ns1:Document>
<!--Optional:-->
<ns1:Treatment>attachment</ns1:Treatment>
</ns1:Part>
</ns1:Contents>
</ns1:Message>
</ns1:JobSubmitRequest>
</soapenv:Body>
</soapenv:Envelope>
Response:
<Envelope xmlns="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">
<Header>
<Response xmlns="http://ws.easylink.com/RequestResponse/2011/01">
<SenderKey>http://xoa.xpedite.com/JobSubmit</SenderKey>
<ProcessingID>0ACD321E-1466-160704033845153</ProcessingID>
</Response>
</Header>
<Body>
<JobSubmitResult xmlns="http://ws.easylink.com/JobSubmit/2011/01">
<Status>
<StatusCode>2209</StatusCode>
<StatusMessage>User authentication not accepted</StatusMessage>
<ErrorList>
<Error>
<ErrorCode>2909</ErrorCode>
<ErrorMessage>XOA-2909 [User authentication not accepted] : login not permitted: reason code = 1000 msg-not found</ErrorMessage>
</Error>
</ErrorList>
<SubmissionTime>2016-07-04T03:38:45.153Z</SubmissionTime>
<CompletionTime>2016-07-04T03:38:45.196Z</CompletionTime>
</Status>
<SubmitId>1</SubmitId>
</JobSubmitResult>
</Body>
</Envelope>
Is there any issue with the request or with the authentication.