I would like to call asmx webservice from workflow webform using ajax... I have a few questions:
- what is the best way to implement security in webservice?
I have this theory..
On a webform I will get livelink cookie values and pass it as a parameter to the webservice. There (webservice) I will create a livelink session with the help of content server webservices with a cookie and if I succeed I will now the user is authenticated.
The problem is that I can not find a method in content server 10, that will authenticate user with a cookie as it did in version 9.7 when createing LLSession.
Also I would like to ask you if you see any flaws with that approach or maybe you know a better one.
Thank you very much for your help,
Danijel