I have a very similar problem as this and I'm in desperate need for help. 
Thanks in advance. maya

My test plan includes a threadgroup with the following. Thread Group
>> ++HTTP Cookie Manager
>> ++WebService(SOAP) Request
>> ++WebService(SOAP) Request
>> ++WebService(SOAP) Request
>> ++WebService(SOAP) Request
>> ++View Results Tree

And I need the sessionid in the first soap call to persist for the rest of the 
soap calls. I tried using soap/xml rpc request, but I have to call that 
soap/xml rpc request before the every request that I am interested in.

This is what I did, but I would like to make only 1 call to the >> soap/xml 
rpc_new1

>> ++HTTP Cookie Manager
>> soap/xml rpc_new1
>> ++WebService(SOAP) Request (I cannot change this to an soap/xml rpc because 
>> the response is incorrect)
>> soap/xml rpc_new1
>> ++WebService(SOAP) Request
>> soap/xml rpc_new1
>> ++WebService(SOAP) Request
>> ++View Results Tree


      

Reply via email to