Re: Is this a bug in webservices (SOAP) request sampler

2005-09-20 Thread Peter Lin
I'm not sure how to handle it, since the current implementation simply passes the inputStream to the DocumentBuilder. If you want to give it a shot, I'll do what I can to help. Right now I am a bit busy with other enhancements, so I haven't had much time to dig further. peter On 9/20/05,

Re: Is this a bug in webservices (SOAP) request sampler

2005-09-20 Thread sebb
If you know the values of the variables in advance, and there are not too many combinations, you could use a scripting language (perl, sed etc) to create one file for each, and then use a variable as (part of) the soap file name. S. On 20/09/05, Peter Lin [EMAIL PROTECTED] wrote: I'm not sure