Hi all, if I use base64 as recommened in Mark's tutorial with this:
return SOAP::Data->type('base64' => (responseHeader("www.sdsc.edu") . $MOBY_RESPONSE . responseFooter));
how do I undo the encoding? The return value of my service is an object
but I want the string of XML.
Ken