in reply to Re^2: SOAP::Lite method attributes
in thread SOAP::Lite method attributes

Try

my $method = SOAP::Data->name('typ:getCnesRequest')->attr({Version=>1});
my $response = $soap->call($method);
poj