use SOAP::Lite; my $client = SOAP::Lite->new( proxy => $proxy ); my $result = $client->call( $method => @arguments );