[Templates] soaplite

Mark Fowler mark@twoshortplanks.com
Wed, 22 Jan 2003 15:37:12 +0000 (GMT)


On Wed, 22 Jan 2003, Andy Wardley wrote:

> Mark Proctor wrote:
> > Autodispatch uses UNIVERSAL::AUTOLOAD which catches all unknown method
> > calls.
>
> Eeew!  That's nasty.  No wonder it breaks things.

Um, I was playing around with SOAP::Lite at Christmas and I found that the
autodispatch stuff was completley broken in the latest version (as in, the
examples didn't work.)  In short, I wouldn't use autodispatch.

Mark.

(who finally got to the server with his mail on it at long last)

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, mark@twoshortplanks.com, http://twoshortplanks.com/};