Help for this page

Select Code to Download


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