Forum Discussion
Apoorva6
9 years agoFrequent Contributor
Hi,
Any update on above Q please ?
I am using this, log.info context.expand('${#Request1}') , its printing null. Any idea ?
- nmrao9 years agoCommunity HeroWhat does it show for the following statement in the Script Despatcher?
log.info mockRequest- Apoorva69 years agoFrequent Contributor
Hi Rao, with that I have below response:
Fri Mar 24 20:47:14 IST 2017:INFO:com.eviware.soapui.impl.wsdl.mock.WsdlMockRequest@57aeff
- Apoorva69 years agoFrequent Contributor
Hi,
I am able to get the request with below in dispatch script
def requestBody = mockRequest.getRequestContent()
log.info "Request body: " + requestBodyThank you