Hi Team,
I used the below function in Web HTTP/HTML scrips to get correct response times from the loadrunner by avoiding caching the content from the disk etc.. which affetct the response time.
web_cache_cleanup();
web_cleanup_cookies();
web_cleanup_auto_headers();
Will the above functions be useful for a WebSerivice script. I am not sure if they will be appropritate for a WebService Scripting. Please help me if there are any such functions for the WebServices.
Regards,
Karthik S