I was trying to create a Hyades URL test suite for a web application. The
recorder works fine. But I have to modify the code generated to parse some
dynamic data from one response, sessionid for exmaple, and set it to the
next request. However the body and header of the HTTPResponse object
created in the generated code are not set by the HTTPExecutor and the http
response message is discarded by the HTTPExecutor. Is there some kind of
workaround? How do you acomplish what I am trying to do?
I am using Eclipse 3.0 and Hyades 3.0. Thanks in advance.