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 CLServiceIdenti fication
'Add Cookie
si.CookieContai ner = pMPIData.GetSSO CookieContainer ()
' Call WS
_wsResult = si.identifyClie nt(.....)
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 CLServiceIdenti fication
'Add Cookie
si.CookieContai ner = pMPIData.GetSSO CookieContainer ()
' Call WS
_wsResult = si.identifyClie nt(.....)
Comment