A brief check of SOAP::Lite's documentation shows that you probably want to call paramsout in list context: my @rows = $soap->paramsout(), or you want to use valueof with an XPath for each row - e.g., //ROW[0], //ROW[1], and //ROW[2]. Looking at all this, I'm thinking it'd be easier/more straight forward to take the XML and pump it through XML::Twig to get a reasonable object-oriented output rather than the hashes - XML::Twig handles so-called "duplicate" entries in a very straight-forward manner, IMO.
In reply to Re: XML Parser clobbering Multiple occurances of element
by Tanktalus
in thread XML Parser clobbering Multiple occurances of element
by Random_Walk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |