hi am getting below issuse when i login.Submitting using Jobsubmit
User authentication not accepted is the error.
Provieded usename:t2/pharmerica
What URL are you submitting to? Your credentials are valid on test2.
You are using AliasType. That is not needed with your credentials.
http://messaging.easylink.com/2_5_x/JobSubmit url
That is not a valid URL. For test2 you shoud be submitting to
https://test2messaging.easylink.com/soap/sync
If you are using AliasType, thaat is not needed for your credentials.
Hello,
I am trying to test the Web Services using SOAP UI to send a Fax. I have imported the following wsld: http://ws.easylink.com/JobSubmit/2011/01 into SOAP UI and I am trying to send a request to the test link: https://test2messaging.easylink.com/soap/sync .
I receive the following error: Unknown Host Exception in SOAP UI.
Is my URL/Endpoint correct? If yes, then what could be the reason for this exception?
Kindly help me.
Regards,
Neha
Sounds like something blocking on your side. Try clicking on the above URL, it should open IE and display a page with EasyLink Messaging API. If you do not get that check if your network is blocking URL's.
Thanks a lot for you input. I am able to open the url in IE. It displays a page with EasyLink Messaging API.
But, i am still facing the Unknown Host Exception issue in SOAP UI.
Any thoughts on it ?
What are you coding in? Did you use one of the samples? If doing C#, did you include the Helper functions?
I am coding in java. But, first I want to send the request for fax using SOAP UI for test purposes. I am still unable to get a response.