in reply to Re: SOAP::Lite, WSDL , and firewall
in thread SOAP::Lite, WSDL , and firewall

Hi Khen1950fx,

this kind of client (->proxy() ->uri() ) I already found in the plenty descriptions in the web.

The point is to use an WSDL (by ->service(http://*.wsdl) ) and to use at the same time an object that specifies a proxy server AT MY OWN SIDE, eventually an own port, too.

Kind regs

Replies are listed 'Best First'.
Re^3: SOAP::Lite, WSDL , and firewall
by Anonymous Monk on May 23, 2010 at 11:58 UTC
    o use at the same time an object that specifies a proxy server AT MY OWN SIDE, eventually an own port, too.

    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'};