Forum Discussion
jclesur
15 years agoNew Contributor
You can control the enabling of proxy in your groovy script, using :
import com.eviware.soapui.impl.wsdl.support.http.ProxyUtils
ProxyUtils.setProxyEnabled(true)
Or
ProxyUtils.setProxyEnabled(false)
import com.eviware.soapui.impl.wsdl.support.http.ProxyUtils
ProxyUtils.setProxyEnabled(true)
Or
ProxyUtils.setProxyEnabled(false)