Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Web servicesPerformance Testing Open Virtual User Generator application.

Go to File Select New Select Protocol web (http/html) Click on OK button Start Recording menu will open Select Cancel button.

Keep the cursor below Action () { In Menu bar Go to Insert select New Step and then select Custom Request option. Copy the complete <SOAP Envelop> in to body and select entire SOAP and click mouse right button. Convert to C Format. Select Method POST URL Complete copy URL of an application server. Add Web_add_header () function with Web method just above web_custom_request () Ex: Action () { web_add_header ("SOAPAction", "http://www.webservicex.net/getcities"); web_add_header ("Content-Type", "text/xml"); web_custom_request ("web_custom_request", "URL=http:// http://www.webservicex.net ", "Method=POST", "TargetFrame=", "Resource=0", "Referer=", "Body=<soap: Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" . Run Execute the script

You might also like