Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You can turn off proxy with the following code snippet:
Regards,
Marcus
SmartBear Support
You can turn off proxy with the following code snippet:
import com.eviware.soapui.SoapUI
import com.eviware.soapui.settings.ProxySettings
log.info "PROXY OFF!"
SoapUI.settings.setString( ProxySettings.ENABLE_PROXY, "false")
SoapUI.updateProxyFromSettings();
Regards,
Marcus
SmartBear Support
jjsudharsan
10 years agoOccasional Contributor
Great..! This helped me a lot