Hi,
I'm trying to use les/webservices from an ABAP program. Program is well written and it works perfectly almost any time. It perform the authentication and then use the token to call 2-3 methods (createfolder, createdocument, etc..).
Problem happens apparently with no reason. From a specific moment, the webservices can not be called and the log report the error "Could not login with cookie". It seems that the authentication token is no more valid and I do not understand the reason. I continue to try and then....from a specific moment it works again.
Is there any policy on OpenText on simultaneous calls (program is called 30-40 times sequentially) ?
Is there any policy on the authorization token ? Maybe a user can ask a restricted number of tokens ?
Please help.