- Is there a way to capture the untouched raw message that is coming in?

Yes, read from STDIN , be first

- Is this a serialization issue? If so how can I deserialize the data?

No, not serialization

- 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.)

Its hard to see your code to know what you're talking about.

So far you've gotten adequate responses to answer both your questions, you just have to put it all together, and present everything relevant when you get stuck.

If you find yourself saying tried that but it didn't work substitute that with code that shows it doesn't work.

- Is there a way to pass the hash ref to xml:twig/simple or other mods without creating a file?

Yes, the docs explain how, they have code examples and word explanations


In reply to Re^2: Accessing Attributes in Web Servie message - Server Side by Anonymous Monk
in thread Accessing Attributes in Web Servie message - Server Side by gackles

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.