in reply to Re^3: SOAP::Lite in Windows
in thread SOAP::Lite in Windows

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