HI.
I'm in trouble.
I want to test soon.
request…
------------------------------------------
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<ns2:Request xmlns:ns2="http://ws.easylink.com/RequestResponse/2011/01" xmlns:mustUnderstand="http://schemas.xmlsoap.org/soap/envelope/" mustUnderstand:mustUnderstand="0">
<ns2:ReceiverKey>
https://test2messaging.easylink.com/soap/sync</ns2:ReceiverKey>
<ns2:Authentication>
<ns2:XDDSAuth>
<ns2:RequesterID aliasType="M2F">
***</ns2:RequesterID>
<ns2:Password>
***</ns2:Password>
</ns2:XDDSAuth>
</ns2:Authentication>
</ns2:Request>
</soapenv:Header>
<soapenv:Body>
<ns1:JobSubmitRequest xmlns:ns1="http://ws.easylink.com/JobSubmit/2011/01">
<ns1:Message>
<ns1:JobOptions>
<ns1:CustomerReference>
http://******/jobSubmit</ns1:CustomerReference>
</ns1:JobOptions>
<ns1:Destinations>
<ns1:Fax>
<ns1:Phone>
*********</ns1:Phone>
</ns1:Fax>
</ns1:Destinations>
<ns1:Contents>
<ns1:Part>
<ns1:Document>
<ns1:DocType>
PDF</ns1:DocType>
<ns1:Filename>
test.pdf</ns1:Filename>
<ns1:DocData format="base64">
base64 string
</ns1:DocData>
</ns1:Document>
</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-1624-160224101559930</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-02-24T10:15:59.930Z</SubmissionTime>
<CompletionTime>
2016-02-24T10:16:00.747Z</CompletionTime>
</Status>
</JobSubmitResult>
</Body>
</Envelope>
-------------------------------------
I would truly appreciate quick repsonse.
Thanks