Hello:
I'm a developer at NorthForge Innovations and I have registered with this forum and would like to start testing your API.. This is preliminary work in order to figure out how to do APS (Parallels) packaging of your web-services.
I am using the following document ( https://apiforums.easylink.com/system/files/api_basic_guide.pdf
) as my initial guide and just trying to do an Authentication request.
My first step is to try the
the request:
<soapenv:Header>
<ns1:Request xmlns:ns1="http://ws.easylink.com/RequestResponse/2011/01">
<ns1:ReceiverKey>http://****/soap/****</ns1:ReceiverKey>
<ns1:Authentication>
<ns1:XDDSAuth>
<ns1:RequesterID>UserOne</ns1:RequesterID>
<ns1:Password>abc123</ns1:Password>
</ns1:XDDSAuth>
</ns1:Authentication>
</ns1:Request>
</soapenv:Header>
I don't know what this reciever key is - but I assume that I need one?
Thanks,
David Balme