{
proxyConf.setAutoDetectForNetwork( false );
if( !proxyAuthenticationInitialized )
{
proxyConf.setAuthenticationHandler( ServerType.HTTP, new AuthenticationHandler()
{
@Override
public ProxyServerLogin authenticationRequired( ServerType arg0 )
{
Settings settings = SoapUI.getSettings();