Hello,
I can't access to the sample of web service response http://xoatweb1.xpedite.com, i found this exemple in the file : Premiere Connect at : https://apiforums.easylink.com/system/files/Basic_Guide_2_3.pdf (page 7).
Thank you verry match.
You will need a test account on our system. If you do not have one, please contact your sales rep or engineer.
The Basic Guide is for the older 2.3 version of the API. Please see the latest version of the EasyLink Messaging API at API Manuals.
I can't access to the latest version of the EasyLink Messaging API.
Thank you verry mutch.
I try to authenticate and i indicate that the response at my ASP page :
protected void Page_Load(object sender, EventArgs e) {
Response.ContentType = "text/xml"; StreamReader reader = new StreamReader(Request.InputStream); String xmlData = reader.ReadToEnd(); StreamWriter Fichier = new StreamWriter(@c:\TEMP\log.of, true, Encoding.Default); Fichier.WriteLine(xmlData); Fichier.Close();
}
i have an error on : Submit_Result = EM.Authenticate(Submit_Request); the error : The response is not correct XML
Thank you for your help.
Can you provide the XML that you are submitting?
This is the response : <?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://premconn.EMsgAPIGen.com/2007/02"><ReceiverKey>http://localhost:4038/page.aspx</ReceiverKey><ResponseRequired>yes</ResponseRequired><Authentication><XDDSAuth><RequesterID>Xsf/j-vellinger</RequesterID><Password>HORUS</Password></XDDSAuth></Authentication></Request></soap:Header><soap:Body><AuthenticateRequest xmlns="http://premconn.EMsgAPIGen.com/2007/02" /></soap:Body></soap:Envelope>
I use the example available in : https://apiforums.easylink.com/content/c-sample-authenticate-complete-project