This is my first attempt with EWS, i was wondering if someone could help me with the above error using the following c#.net code.
AuthenticationClient auth = new AuthenticationClient();
try{"admin", "livelink");catch(FaultException ex)"Unable to authenticate: " + ex.Message);
Could this have something to do with the configuration of the les services endpoints, i checked the auth.endpoint and it seemed correct?
The stack is below if that helps
stackTrace " at OpenText.Livelink.Service.Core.ExceptionUtil.handleException(Exception ex)\r\n at OpenText.Livelink.Service.Core.Authentication.AuthenticateUser(String userName, String userPassword)\r\n at OpenText.Livelink.Service.Core.Authentication_WCF.AuthenticateUser(AuthenticateUserRequest request)\r\n at SyncInvokeAuthenticateUser(Object , Object[] , Object[] )\r\n at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)\r\n at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)\r\n at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)\r\n at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)\r\n at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)\r\n at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)\r\n at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)\r\n at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)" string
Thank you in advance
token = auth.AuthenticateUser(
}
{
Response.Write(
}