Hi,
I’d really appriciate any help on the folowling issue. I’m calling a webmethod (webservice) which happenes to have the EnableSession= true.
What I usually do in the consumer app (if written in C#) is to instantiate a CookieContainer in Reference.cs’s constructor.
CookieContainer = new System.Net.CookieContainer().
Now I’m trying to call the same webmethod from an orchestration and frankly have no idea how to accomplish the CookieContainer part. …. Or am I totaly on the wrong track here?
Any help will be highly appriciated!
/Bahman