Help for this page
$soap = SOAP::Lite ->proxy($proxy) ->uri($uri);
$results = $soap->call("$uri/$method",$soapenv);
$results = $soap->call($method, $soapenv);