I'm trying to get started using 971 les using the client guide. I have generated the client proxies but nowhere do I have an Authentication or OTAuthentication class. Where am I going wrong>
Thanks for the reply. I'm now using the WebServiceUtil class from the treeview example and I have all the jars included in my project. But when I run this line:
String strAdminToken = WebServiceUtil.getAuthenticationToken( new URL( WebServiceUtil.getServiceLocation( "http://lltest:8080/les-services/Authentication.svc", "Authentication" ) ), "Admin", "password" );
I'm getting:
2 counts of InaccessibleWSDLException
Do you know why I would get this error?