- or download this
<xml version, encoding & SOAP Envelope header stuff...>
<account>
<accountId>001</accountId>
...
<accountName>Account 001</accountName>
</account>
</SOAP Envelope stuff...>
- or download this
for each (asset that exists)
{
$array = (accountId, accountname, assetId, assetName);
(do stuff with the array);
}
- or download this
my $data1 = $xml->XMLin($xmlResponse);
foreach my $account (@{$data1->{'account'}}) {
...
print "\nIt didn't process\n";
}
}
- or download this
Bad index while coercing array into hash at c:/temp/parseit.pl line (e
+quivelant of 7 in this case).