Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite;
       print SOAP::Lite
    ...
          -> result;
    my $soap = SOAP::Lite->proxy('http://services.soaplite.com/hibye.cgi',
    proxy => ['http' => 'my.proxy.server']);
    
  2. or download this
    500 Can't connect to services.soaplite.com:80 (connect: timeout) at so
    +ap_test.pl line 5