Hi
what do you want to parameterise and how do you want this data kept?
If your structure of the SOAP request is the same and you only want to
parameterise the data within the tag , you can still use a CSV data set
along with a while loop .
( e.g.
Thread group
while controller (${__javascript("${var}" != "<EOF>")})
Make Request
<soap>
<sometag>${someothervar}</sometag>
</soap>
CSV Data Set Config
If you have multiple files that you want to test , then by following a
naming convention for them, or keeping the names within a File, you can
still iterate and make the requests.
regards
deepak
On Sat, May 9, 2009 at 3:13 AM, Mohamed Niyas <[email protected]> wrote:
> Hi team,
>
> I am testing XML-RPC request on HTTP. I am using SOAP/XML-RPC sampler.
> It is working fine if a single request is being used in the test plan.
>
> The file input can be given in 2 ways here. we can use the XML request in
> the
> data field or we can provide the file name which contains the XML request.
>
> *What I want from here:*
>
> I can not parameterise the test script with multiple XML requests as we do
> in
> usual CSV data-set with input variable names. How can i dynamically give
> the
> input to my test script for this SOAP/XML-RPC sampler?
>
> If i use 5 threads, & if my CSV input has 5 input data, Then it should
> iterate one
> by one as it will do in HTTP samplers.
>
> Any help in this highly appreciated.
>
> Regards
> Mohamed Niyas M
> +91 96633 29080
>