Playing around with SOAP::Lite lately. And I like it. One of the way I enjoy exploring new modules and code is just with Data::Dumper::Dumper(). It's a great way to see what's going on, what's really there, and usually a good companion to commonly terse or half-done POD. But with SOAP, it's not the objects that I'm interested in understanding, but the exchange of info between client and server. I could read the SOAP RFCs and the POD for 20 modules but it's easier, and more fun, to learn by watching the real thing in progress.

I know there are various ways to watch and record HTTP transactions (see and record the GETs and POSTs and replies with liveHTTPheaders or HTTP::Recorder) and I'd like to do something like that with SOAP::Lite (or any perl SOAP). See the client requests and the server responses.

Is there a perl solution done already? Is this simple to do otherwise; any pointers?

Thank you, for you're doctors.


In reply to Watching SOAP by Your Mother

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.