Forum Discussion
SmartBear_Suppo
SmartBear Alumni (Retired)
Hi,
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
9 years agoOccasional Contributor
Great..! This helped me a lot
Related Content
- 8 years ago