I'm 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
Does anyone know why I would get this error?