Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite;
    print SOAP::Lite
    ...
        -> proxy('http://services.soaplite.com/hibye.cgi')
        -> hi()
        -> result;
    
  2. or download this
    ->proxy('http://endpoint.server/', 
            proxy => ['http' => 'http://my.proxy.server/']);
    
  3. or download this
    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