I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-06-03 11:14:16.465892-07 by mkutter in response to 12737
Re: wsdl2perl and arrays
Hi,
this may be due to the way SOAP::WSDL based objects handle array conversion. Try to access the result as @{ $value }. See http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.10/lib/SOAP/WSDL/XSD/Typelib/Builtin.pm#OVERLOADED_OPERATORS for details.
Martin
Direct Responses: 12746 | Write a response