omensio
16 years agoContributor
How to get request to variable (whic is written later into own log)
Hi!
def request_content = request.getProperty( "Request").getValue();
This will not replace references with actual values?
eg. this will be written to the request_content as it is below
${Properties#Palvelutunnus}
So the request mus be taken from outgoing real raw data.
I get this yesterday but i must have written it wrong?
def request_content = testRunner.results[testRunner.results.size()-2].requestContent
-> -> No such property: requestContent for class: com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
Olli
def request_content = request.getProperty( "Request").getValue();
This will not replace references with actual values?
eg. this will be written to the request_content as it is below
So the request mus be taken from outgoing real raw data.
I get this yesterday but i must have written it wrong?
def request_content = testRunner.results[testRunner.results.size()-2].requestContent
-> -> No such property: requestContent for class: com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
Olli