since you've written your own sampler to pass the xml stream, you'll need to write your own edit functionality. you could use something saxpath or xpath to do it.
peter On 12/5/05, Brudermann Roger <[EMAIL PROTECTED]> wrote: > > Dear JMeter Community > > We have the need to do performance testing with with huge SOAP and JMS > messages (e.g. 50MB). Instead of pasting these messages in a text box of > an > appropriate sampler, we had the idea to write an own sampler which reads > the > messages as data streams directly from the file system. So far so good. > > The problem is that we need to use pre processor variables (counters) to > customize the messages. We noticed that counter value replacing does not > take place and we think this is due to the fact that the messages are not > stored in a sampler property. Does somebody have an idea how we could > implement some "on the fly value replacing" while reading the message > stream > from the file system (e.g. line by line)? > > Any help is greatly appreciated! Thanks! > > Regards, > Roger Brudermann > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

