SoapUI IP requester -
in order implement simple soapui asynchronous response pattern, need retrieve ip of client sent initial request able send response correct requester.
i can not find way retrieve info request using soapui mock request api, wondering if has trick this?
thanks!
ok easy when @ class. looking @ interface com.eviware.soapui.model.mock.mockrequest instead of implementation com.eviware.soapui.impl.wsdl.mock.wsdlmockrequest
with implementation provide response mockrequest.gethttprequest().getremoteaddr()
hope helps else!
Comments
Post a Comment