Código PHP:
for ($index = 0; is_array( $aRespuesta[AloGetGwyCdrResult][diffgram][NewDataSet][Table][$index] ) ; $index++)
{
$fila = $aRespuesta[AloGetGwyCdrResult][diffgram][NewDataSet][Table][$index];
$call_sequence = $fila[call_sequence];
$calldatetime = $fila[calldatetime];
$out_countrycity = $fila[out_countrycity];
$destination = $fila[destination];
$minutes = $fila[minutes];
$amount = $fila[amount];
}
pues todo debe quedar en un array de n posiciones donde cada posición tiene como clave.. el nombre.. call_sequence, calldatetime.. etc....
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)