hi,
yes, i did.
if i put
log.info "aaaaa" it's shown correctly, no problems with this.
but if i use
def response = context.expand(...) and try to show this, it's empty.
"log.info" is not a main problem at all.
the problem is, when i try to call response and do some assertions in groovy right after the response was recieved in soap message, nothing is done because there is no response!
well, it looks like this.
but on the other hand, HTTP monitor shows me all responses correctly.
i don't have any "events" configured on my project. SubmitListener.After... and stuff like this.
i really don't know what could be the problem.
it's not working in 4.0 and not in few latest nightly buidls. as i mentioned, everything works in 3.6.2 and perhaps also earlier versions, i didn't try them all.
if project works on earlier version (not that old at all!) i don't see any reason why shall not with 4.0.0 and later. especialy since it's a very simple project with just 1 request and 2 simple groovys.
man...
i have something else for you.
i tried another project and it has a problem with 4.0.x also!
it has 3 soap requests. after each of them i put groovy with log.info response.
1 of the groovys is returning me log.info response, other 2 are empty again. huh...
project was created in 4.0.1 (cloned) and it doesn't work as it should in load test. when i import the same project in older soapui version it works again!
i'll paste that project also.
it's very simple.
once again, if i run entire test suite or "Run this test Case" - i can use "loop" option also, there aren't any problems.
but in a load test... problem.
with best regards,
beno