We have a SOAP API in our company's server product that uses (sends and receives) DIME attachments to transport large chunks of data between SOAP server and client. We also have a SOAP::Lite-based client library for use in testing the parts of the API that do not involve DIME. I'd really like to be able to add the ability for this client library to interact with the DIME-using elements of the API. I've looked a little bit at DIME::Tools, but haven't seen an obvious way to put it together with SOAP::Lite to accomplish the goal of constructing and sending SOAP messages with DIME attachments.

So I'm wondering if any of you monks out there have had some experience doing this or ideas about how I might be able to proceed with implementing SOAP with DIME attachment support in Perl?

Thanks for any approaches/ideas you can provide.

--DrWhy

"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."


In reply to Supporting DIME attachments with SOAP::Lite by DrWhy

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.