in reply to Re^2: SOAP::Lite, WSDL , and firewall
in thread SOAP::Lite, WSDL , and firewall
Are you talking about a local proxy which provides you with an internet connection? For that just set enviromental variable HTTP_Proxy
3231: $self->useragent->env_proxy if $ENV{'HTTP_proxy'};
|
|---|