Hi Particle,

Thanks for taking the time to help. Unfortunately, that didn't seem to work. I copy-n'-pasted your code (I'm guessing the #s in the example code are on the wrong line?), and it works perfectly on the Linux box, but on the windows I get a bunch of errors now:

Tk::Error: 500 Can't read entity body: Unknown error at soapcl2.pl lin +e 19 Carp::croak at D:/Perl/lib/Carp.pm line 191 SOAP::Lite::__ANON__ at D:/Perl/site/lib/SOAP/Lite.pm line 2749 SOAP::Lite::call at D:/Perl/site/lib/SOAP/Lite.pm line 2873 SOAP::Lite::__ANON__ at D:/Perl/site/lib/SOAP/Lite.pm line 2841 main::get at soapcl2.pl line 19 [\&main::get] Tk callback for .button Tk::__ANON__ at D:/Perl/site/lib/Tk.pm line 228 Tk::Button::butUp at D:/Perl/site/lib/Tk/Button.pm line 111 (command bound to event)

I fiddled around a bit, but I'm not real sure what's causing this.

Also a question about the urn... I had ->uri('http://tako:3004/My/Soapy') because I'd been cribbing off of the SOAP::Lite Quick Start Guide - the first sample client uses that exact syntax. I'm not at all familiar with SOAP in general, so I'm a little unclear (and the docs don't help much!) on the meanings and usage of stuff like uri, urn and proxy.

I'm curious - why use warnings rather than -w?

Thanks a lot!

Daniel Ashbrook


In reply to Re: Re^3: SOAP::Lite in Windows by anjiro
in thread SOAP::Lite in Windows by anjiro

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.