sorry I think my question was wrong. Sorry about that.
I mean to say load a raw data per request from a file. Not load mutiliple
raw data per request.
I used soap/xml -RPC and CSV but it gave me error
I encoded the raw data using rest client into one word big word added them
to a file called raw.csv
In CSV configuration, I am reading that file raw.csv. I had variable name:
abc
In SOAP/XML -RPC request , under SOAP/XML-RPC request
${abc}
but it gave me error with 500 Internal Server ErrorI tried using HTTP Request Sampler, Post Body and loaded the raw.csv file and it worked fine On Thu, Jun 27, 2013 at 3:30 PM, Deepak Shetty <[email protected]> wrote: > a. Use ${variableName} in the SOAP XML_RPC data field where you set the > variable using any method supported in JMeter (CSV data set config or > whatever) > b Make fileName dynamic using a variable - where a file of that name/path > exists with the data you want. The fileName itself can be varied using > something like the CSV data set config > > > On Thu, Jun 27, 2013 at 11:56 AM, umesh prajapati <[email protected] > >wrote: > > > While using soap/XML - RPC request sampler, if I would like to load > > mutilple Soa/XML-RPC Data per request from a file how can I accomplish > > this. > > >
