Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is there any way to remove the '<MethodNameResponse>' from SOAP XML output ? I use SOAP::Data and data type as XML.
my $data = SOAP::Data->type('xml' => $xml);
The returned XML puts MethodNameResponse around my XML that I like to remove.

Replies are listed 'Best First'.
Re: SOAP output MethodResponse
by Anonymous Monk on Oct 20, 2009 at 09:20 UTC