$soap->call( \%method, $body, $header); $soap->call( $method, \@parts ); sub mySoapMethod { my $self = shift; $soap_wsdl_client->call( mySoapMethod, @_); }