I don't think it was any more steep than SOAP::Lite (in fact probably easier), but...

Some of the problem came from looking at some example requests and responses, not seeing some of the elements in the wsdl, wading through all the docs, figuring out which libraries in the XML::Compile::SOAP distribution to use, and figuring out that I needed in addition to XML::Compile::SOAP11:

XML::Compile::SOAP::WSA XML::Compile::SOAP::WSS Data::UUID (for a bit in *::SOAP::WSA)</p>
And figuring out which objects get plugged into which elements of which methods of the other objects. You may or may not need WSA and WSS, but if you do , it was kind of a pain to get working. I can post an outline of what I did. But once it did work, it was like magic, returning nice data structures of results.

In reply to Re^4: Problem with SOAP::Lite module by runrig
in thread Problem with SOAP::Lite module by oldwarrior32

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.