http://qs321.pair.com?node_id=120931


in reply to Re: SOAP::Lite games.
in thread SOAP::Lite games.

use strict; use Data::Dumper; use SOAP::Lite +autodispatch=> uri=>("http://host/BenderRemote"), proxy=>("http://host:8082"); my $br = BenderRemote->new(); $br->loadData(); print Dumper $br;
works prefectly, makes my code simpler too, thanks jwest!

-ryan