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