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?
What you are using? If GVP then you can modify the WebRequest.jsp file and catch the ASP Session ID and then if it is a second call attach it as custom header. NO direct way to do it.