Hello,
I have a problem when trying to connect to the webservice when OTDS is used with CS.
This is the code I'm using:
ContentServerAuthentication.AuthenticationClient authClient = new ContentServerAuthentication.AuthenticationClient();
String authenticationUri = "http://192.168.29.190:8080/les-services/services/Authentication?wsdl";
authClient.Endpoint.Address = new EndpointAddress(authenticationUri);
Without OTDS it works like a charm, but with OTDS an error is thrown, something like:
'Error getting ticket for external resource'
Is there something else to before authenticating, when OTDS is used?
Thanks for your help