This is amazing!
def project = mockResponse.mockOperation.mockService.project
//doesn't work without thisdef request = project.interfaces["..."].operations["..."].getRequestByName( "..." )
request.submit( new com.eviware.soapui.impl.wsdl.WsdlSubmitContext( request ), false )
log.
info request.response.contentAsString
can someone please just tell me how to modify request? (request directly in interface, not testCase or something like this)
i would like to change id dynamically from this groovy (mock response script).
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ccs="http://ccs.service112.iskratel.si">
<soapenv:Header/>
<soapenv:Body>
<ccs:readRecord>
<ccs:id>2359175</ccs:id>
</ccs:readRecord>
</soapenv:Body>
</soapenv:Envelope>
there will still be one object accessed at the same time by multiple threads, right?
so, not perfect, but still, good improvement.

tnx.