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 2012-05-16 01:02:49.900844-07 by moll
Get All parameters from a body
Hi Martin, how can I get all parameters from a SOAP body with one line. Like this:
sub myMethod { my ($self, $body) = @_; # instead my $name = $body->get_name(); my $age = $body->get_age(); # this my %person = $body->get_PARAMETERS(); :-) .. }
Thanks for your help. Matthias
Direct Responses: 13722 | Write a response