On 11/15/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > I haven't used the CSVDataSet. it should work, but I don't know it well. > perhaps sebb can put in his 2 cents
Found the problem! I ddug through the source... CSVDataSet is a LoopIterationListener so the mechanism forcing it to move onto the next line in the file is controlled by the ThreadGroup itself. I've added a dummy Sampler alongside my WebService Sampler and that does, indeed, move down the file successfully. The problem was that I had Memory Cache ticked on the WebService Sampler, which meant it generated the SOAP request once (from the first line in the file) and then never again... Anyway, it seems to be working now! <GentleHint>Perhaps the docs should mention this in a bit more detail?</GentleHint>

