I have read the guidelines on how to post effective questions a priori.

The warning I quoted is the actual message minus the data element names in the Header hash that were appended to the end. I suppose I could have appended "element1, element2, ...".

I'd love to share the code so others can reproduce my problem but it's divided into multiple modules, with WSDLs, data pulled in from Excel worksheets, etc. The WSDLs are not something my employer would want on public forums.

Yes I could simplify the WSDL to hide the data structure, create inline sample data, simplify the code, and post it here in hopes of an answer. My approach however is to avoid that nontrivial effort and simply ask if someone might be familiar with this behavior or have more debugging insights.

Thanks for your suggestions. The keys of the hash are exact with no spurious characters.


In reply to Re^2: XML::Compile not mapping my params hash by jdudleyh
in thread XML::Compile not mapping my params hash by jdudleyh

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.