someone helped me, I'm new to php and I'm trying to consume a service by the soap protocol and I could not call the function that contains an array with a list to load it to a combobox. If someone could help me, I'd appreciate it.
$respuesta = $client->__soapCall('alumnos', array('id' => '01','Nombre' => 'Esteban'));
print_r($respuesta);