Hi to all
 
I've a problem with jMeter (2.1.1) when submitting XML-RPC requests.
 
Here is the scenario:
 - I created a Thread Group containing the following items:
   - 1 SOAP/XML-RPC Request for login
   - 2 RegExp extractors to extract two Cookies from the login response
   - 1 HTTP Header Manager to add the previously extracted cookies in the 
following request (since I read that the SOAP/XML-RPC Request didn't use the 
CookieManager)
   - 1 SOAP/XML-RPC Request for data submission
 
When I perform the test (1 run with 1 thread to check that everything works) 
the result is:
  - the login request succeded (returns 200 OK and the session cookies)
  - the data request fails (return 302, and checking the sent message it shows 
that the header contains the setted cookies (2 times each))
 
So the login is ok, but when I try to use the retrieved session somthing goes 
wrong.
 
Can someone help me?
 
Thanks in advance
Francesco
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to