use Data::Dumper; use SOAP::WSDL; my %data = ( 'inXML' => "Pe +rson Michael% Smith% " ); my $soap = SOAP::WSDL->new( wsdl => 'https://10.16.47.116/Efiling/EfilingWS?wsdl', ); my $result = $soap->call('getOcscData', %data); print Dumper( $result);