Hi,
I seem to have a problem with trying to authentice to CS via java WS.
From My snippet of my code,
Authentication endpoint;
Authentication_Service service = new Authentication_Service(loc,new QName(CORE_NAMESPACE,"Authentication"));
endpoint = service.getBasicHttpBindingAuthentication();
((BindingProvider)endpoint).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,loc.toExternalForm());
setToken(endpoint.authenticateUser( uName, pwd ));
otAuth = new OTAuthentication();
I get a soap fault exception :
[javax.xml.ws.soap.SOAPFaultException: tried to access method com.opentext.api.LLConnect.initCall(Ljava/lang/String;)V from Class com.opentext.api.LAPI_SERVICE]
in the firstplace, why is there LAPI?
Appreaciate any helpe i can get.
Thank you very much.