Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: SOAP::Lite, WSDL , and firewall

by perlTM (Initiate)
on May 23, 2010 at 08:56 UTC ( [id://841238]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://841238]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-24 11:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found