Call WebService in domino by LTPAToken

hi every one ,

Can I call a secure Domino WebService by LTPAToken authentication instead of providing username and password?

Subject: yes, but how

hi,Tom

yes, in fact, we really want to comsume a domino-secured web serivce by a session cookie(which typically named as LtpaToken) ,but just do not know how to pass the cookie to the webservice.

when I call a webservice in agent, it seems need to authenticate by username and password, eventhough the user has been logged in.

are there any code examples ?

Subject: check access rights

If you are calling the webservice from the webbrowser of an allready authenticated webuser, the session cookie is automatically sent to the server with your webservice call. If your webuser still gets a password dialog in return, then check if your webuser has sufficient access rights to call and execute that webservice.

Subject: Not from god, but…

why shouldn’t you be able to call a domino webservice with session cookie, if session authentication is enbaled on that server?

Subject: any suggestions, gods?

Subject: any suggestions, gods?