1 Apr 2008 04:57
Re: How to load data from a file to SOAP Requests in JMeter
Joe Smithian <joe.smithian <at> gmail.com>
2008-04-01 02:57:41 GMT
2008-04-01 02:57:41 GMT
Yes, I can load the whole SOAP request from a file but what I want is to
load only one 'Element' of the SOAP request, which is my 'data' to be
included in the SOAP Request, from a file. I can't load the whole SOAP
request from file because of the dependency among various SOAP request and
response messages in my test plan. In the following example, I want to load
only ${myData} from a file:
<soapenv>
<body>
<data>${myData} </data>
</body>
</soapenv>
I hope that makes it clear what I want.
Joe
On Sat, Mar 29, 2008 at 7:04 AM, sebb <sebbaz <at> gmail.com> wrote:
> Both SOAP samplers already allow data to be read from files.
>
> Why can't you use that?
>
> On 26/03/2008, Joe Smithian <joe.smithian <at> gmail.com> wrote:
> > Hi all,
> >
> > I have a JMeter test plan for SOAP operations, my data is hard-coded in
> the
> > SOAP request in the Sampler. This works fine, but I need a way to load
> data
> > from files and put them in the SOAP Sampler request. Any idea how we
(Continue reading)
RSS Feed