in reply to Re^2: SOAP::Lite method attributesin thread SOAP::Lite method attributes
Try
my $method = SOAP::Data->name('typ:getCnesRequest')->attr({Version=>1}); my $response = $soap->call($method);