Help for this page

Select Code to Download


  1. or download this
    my $uri = "http://127.0.0.1/cgi-bin/server.pl";
    my $proxy = "http://127.0.0.1/myfn";
    my $soapresponse = SOAP::Lite uri->'$uri' proxy->'$proxy' -> go($doThi
    +s) ->result;
    
  2. or download this
    $soapobject = SOAP::lite (some server, some proxy)
    $soapr1 = $soapobject->fn(1);
    $soapr2 = $soapobject->fn2(2);