I need to send a cookie with a web service call.
I create a cookie and a container, associate it with the web service call.
But when I check with the network monitor, there is no cookie in the http
stream attached.
What could be the problem?
PS: I don't need session
Thanks
Eric
Dim si As New CLServiceIdentification
'Add Cookie
si.CookieContainer = pMPIData.GetSSOCookieContainer()
' Call WS
_wsResult = si.identifyClient(.....)
[MSFT] - 20 May 2005 04:05 GMT
Hello Eric,
I have replied the same question in another thread. Please refer to it.
Thanks,
Luke