$in0, ); $soapclient = new soapclient("http://www.javaportal.it/kservices/JIPComuni"); $result1= $soapclient->call("infoComune", $parameters); $result = $result1[0]; echo "
$result
"; while(list($key, $val) = each($result)) { echo "$key => $val
"; } ?>