in reply to Re^3: SOAP::Lite - Attribute in array
in thread SOAP::Lite - Attribute in array

Thank you, you saved my day:-)
(It worked after changing
for my $t ($d->valueof('//get_ManufacturerListResult/Manufacturers/Man +ufacturer' ) )
to
for my $t ($d->dataof('//get_ManufacturerListResult/Manufacturers/Manu +facturer' ) )
)

Replies are listed 'Best First'.
Re^5: SOAP::Lite - Attribute in array
by Anonymous Monk on Nov 05, 2008 at 15:09 UTC
    If my code didn't work as-is for you (as it did for me), upgrade SOAP::Lite