I am using a WebRequest node to access a Web Service. This works fine but when I call the same Web Service again, it initiates a new request....the session is not maintained with the original Web Request.
Is it possible to maintain the initial web session in subsequent requests? Will the WebService node do this?
Thanks, Val.