perl_search_m has asked for the wisdom of the Perl Monks concerning the following question:
I tried to add up the proxy settings based upon the follwing syntax:use SOAP::Lite; print SOAP::Lite -> uri('http://www.soaplite.com/Demo') -> proxy('http://services.soaplite.com/hibye.cgi') -> hi() -> result;
but it gave the following error:->proxy('http://endpoint.server/', proxy => ['http' => 'http://my.proxy.server/']);
Kindly help me.Odd number of elements in hash assignment at /usr/lib/perl5/vendor_perl/5.8.8/LWP/UserAgent.pm line 35. Unrecognized LWP::UserAgent options: my.proxy.server at /usr/lib/perl5 +/site_perl/5.8.8/SOAP/Lite.pm line 475
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: connecting with SOAP::Lite 0.710
by Khen1950fx (Canon) on Sep 08, 2009 at 10:12 UTC | |
by perl_search_m (Novice) on Sep 08, 2009 at 12:27 UTC | |
by Anonymous Monk on Sep 08, 2009 at 13:46 UTC | |
by perl_search_m (Novice) on Sep 09, 2009 at 04:39 UTC | |
by perl_search_m (Novice) on Sep 09, 2009 at 05:01 UTC | |
by Anonymous Monk on Sep 09, 2009 at 07:15 UTC | |
| |
by Khen1950fx (Canon) on Sep 09, 2009 at 22:02 UTC | |
| |
|
Re: connecting with SOAP::Lite 0.710
by Anonymous Monk on Sep 08, 2009 at 09:59 UTC |