my $soapobj = SOAP::Lite->uri($uri)->proxy($proxy); my @results = ($soapobj->fn(1), $soapobj->fn2(2));