I need a way to read the raw XML response that SOAP::Lite Returns. Every Example I found returns a hash of the XML.
I Searched the monks and have found people converting the hashes to XML using XML::Simple or XML::Twig but since the Soap Response is XML I was wondering if anyone knows how I could access it directly without needing to re-encode it. I want to use SOAP::Lite and its features for sending the request and use a program that I already wrote for parsing the XML response.