Help for this page

Select Code to Download


  1. or download this
    $service = SOAP::Lite->new(proxy => $url);
    $service->uri("http://www.some.uri/");
    my $x = $service->SomeSoapAction();