I'd start by using a SOAP/XML-RPC Request sampler ( http://jmeter.apache.org/usermanual/component_reference.html#SOAP/XML-RPC_Request) and then an XPath Extractor postprocessor ( http://jmeter.apache.org/usermanual/component_reference.html#XPath_Extractor). Then you can use the For Each Controller to run through the results.
The annoying thing with Jmeter is however that you need to construct the SOAP request by hand. If you don't know how to do it you can use SoapUI (the community edition is free) to generate the soap request from the WSDL and then paste it into the SOAP/XML-RPC Request sampler. On 13 September 2013 18:19, guru <[email protected]> wrote: > Use Reg Ex Extractor in Conjunction with For Each Controller. > > Some helpful links which helped me to achieve this > > > http://my.kpoint.com/kapsule/gcc-1dadaeee-1572-4c83-81fc-8d401cade743/t/multivalue-regex-jmeter-tutorial > > > http://jmeter.apache.org/usermanual/component_reference.html#ForEach_Controller > > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/fetching-information-in-bulk-tp5718087p5718170.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
