I appreciate everyone's suggestions. Nothing is working. Most solutions rely on an xml file or a data object. The data that reaches my package is simply a hash ref not a data object. I trying walking through the hash/array/hash to pull attributes without success. So a few questions:
- Is there a way to capture the untouched raw message that is coming in?
- Is this a serialization issue? If so how can I deserialize the data?
- Can I force the data coming in to be recognized as a data object (any attempts to reference the methods of the incoming data give me errors.)
- Is there a way to pass the hash ref to xml:twig/simple or other mods without creating a file?
Thanks to anyone who can help me.