I need to get the XML string from the SOAP::Data object for logging.
For example:
my $send = SOAP::Data->value(
SOAP::Data->name( 'sendNotification' => 0 )
->type('string')
);
I need the XML value of $send
Any thoughts/suggestions on how to achieve this would greatly be
appreciated!