in reply to
SOAP::Lite Module
Just for the heck of it, try sending the hash as a reference and see if that makes a difference.
my %output = $soap->AddUser(\%domainArray);
[download]
Comment on
Re: SOAP::Lite Module
Download
Code
Replies are listed 'Best First'.
Re^2: SOAP::Lite Module
by
jhyland87
(Sexton)
on Mar 24, 2010 at 20:58 UTC
I tried that a while ago, it just returns 'String value expected instead of HASH reference'
[reply]
In Section
Seekers of Perl Wisdom