Hello,
I'm trying to build an automated test script (using Visual Studio / .NET) and I'm having some trouble authenticating (capturing and passing the OTDS ticket) to Content Server.
I currently call otds:8080/otdsws/login and capture the OTDSTicket from the Set-Cookie response.
I then pass the OTDSTicket as (the only) form value to /otcs/llisapi.dll. I was hoping to get an LL-Cookie in the response but instead I'm getting "Error validating a ticket [OTDS -1073741823]".
I was hoping to get some guidance around my issue - thanks in advance!
J.F. Larente