Hi Team,
I am trying to record multiple web service call using Load runner vugen tool. I use Load runner version 12.2 which generates script in C language.
I have following requirement.
Based on first web service response, (for example login web service which returns session token) i need to pass it in subsequent web service call.
Since it is a load test, I have an input file whci has some 10000 XMLs separated by ~. so I should be able to have a script which can pick up XML files randomly from this input file and then make subsequent web service call using this input xml. Please let me know if you have any sample script to achieve this or any documentaton.
Regards,