Hi AIP Support,
I am trying to send following SOAP to test ListLists function, but got error:
"HTTP transport error: java.net.UnknownHostException: endpoint.easylink.com”
<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/ListLists/2011/01">
<soapenv:Header>
<ns:Request>
<ns:ReceiverKey>http://test2messaging.easylink.com/soap/sync</ns:ReceiverKey>
<ns:Authentication>
<ns:XDDSAuth>
<ns:RequesterID>requestid</ns:RequesterID>
<ns:Password>password</ns:Password>
</ns:XDDSAuth>
</ns:Authentication>
</ns:Request>
</soapenv:Header>
<soapenv:Body>
<ns1:ListListsRequest>
<ns1:Ownership>customer</ns1:Ownership>
</ns1:ListListsRequest>
</soapenv:Body>
</soapenv:Envelope>
<service name="ListListsService">
- <port binding="xoall:ListListsBinding" name="ListListsPort">
<soap:address location="http://endpoint.easylink.com" />
</port>
</service>
In your WSDL file for ListLists, there is http://endpoint.easylink.com in address location, but it is not available from my end.
Thanks and appreciate any insights
Bo