WSE 3.0 cookies support?
Posted
by aloneguid
on Stack Overflow
See other posts from Stack Overflow
or by aloneguid
Published on 2009-11-13T09:43:10Z
Indexed on
2010/05/15
22:50 UTC
Read the original article
Hit count: 416
Hi,
I'm trying to call a web service with WSE 3.0 which uses cookies for authentication. With standard SoapHttpClientProtocol, I could assign my CookieContainer to a request. However, WSE 3.0 web services does not directly or indirectly inherit from it. How can I set cookies to WSE 3.0 request?
© Stack Overflow or respective owner