Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi Surya,
try the following in your dispatch script:
def request = mockOperation.mockService.project.interfaces[".."].operations[".."].requests[0]
request.submit( new com.eviware.soapui.impl.wsdl.WsdlSubmitContext( request ), false )
context.proxyResponse = request.responseContent
and then dispatch to an empty MockResponse containing just
${proxyResponse}
Does that work ok?
regards!
/Ole
eviware.com
try the following in your dispatch script:
def request = mockOperation.mockService.project.interfaces[".."].operations[".."].requests[0]
request.submit( new com.eviware.soapui.impl.wsdl.WsdlSubmitContext( request ), false )
context.proxyResponse = request.responseContent
and then dispatch to an empty MockResponse containing just
${proxyResponse}
Does that work ok?
regards!
/Ole
eviware.com