Hi -
I am in the process of creating a Fax Service using Java. I seemed to had the services nailed - till I tried it today (after a week), and I started getting this error:
javax.xml.ws.WebServiceException: {http://premconn.premiereconnect.com/PremiereConnect/2008/10}XOA is not a valid service. Valid services are: {http://wsmsg.easylink.com/WSMSG/2011/01}XOA
So, I converted over this entirely to use sync api from this page:
https://apiforums.easylink.com/emapidocs/wsdl/index.html
Compiled fine. When I try to run, now I get this exception,
javax.xml.ws.WebServiceException: {http://ws.easylink.com/Authenticate/2011/01}AuthenticateService is not a valid service. Valid services are: {http://wsmsg.easylink.com/WSMSG/2011/01}XOA
Thanks and appreciate any insights - Suvendra