in reply to Decipher HASH from XML

SOAP::Lite will decipher the xml for you. If the service you are connecting to, is returning a HASH, SOAP::Lite will interpret the XML used for the communication protocol back into a hash, and $result will be a hashref. Is the SOAP Service you are connecting to returning XML encoded into the XML SOAP uses for communication?

May the Force be with you