the current implementation of the webservice soap sampler uses the auth manager. I'm not clear on how apache soap handles cookies. I'll take a look tonight and let you know.
peter On 10/13/05, m mat <[EMAIL PROTECTED]> wrote: > > I am doing something very trivial, I have > > Thread group > -cookie manager > -some user defined vars(in user defined variable element) > -HTTP Autorization manager > -Simple Controller > --------- A Webservice call > > I run one thread that does two iterations. What I am expecting is that my > second call (in iteration 2) should get a cookie set as the first one > returns JSessionID=<a session value> in a cookie. But it does not, and hence > I get yet another session on second iteration from the server. I have tried > moving cookie manager around to eliminate scoping issues. > > Can some body help??? > > Matt > > > > > --------------------------------- > Yahoo! Music Unlimited - Access over 1 million songs. Try it free. >

