Forum Discussion
cdunne
18 years agoContributor
Thanks Ole,
Yeah this makes sense, this is what I have but I still get null returned.
import com.eviware.soapui.model.iface.*
private def getCurrentResponse(MessageExchange messageExchange){
return messageExchange.responseContent
}
Any suggestions?
Yeah this makes sense, this is what I have but I still get null returned.
import com.eviware.soapui.model.iface.*
private def getCurrentResponse(MessageExchange messageExchange){
return messageExchange.responseContent
}
Any suggestions?