Consume WSDL Web Service function with Nusoap PHP

0

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);
    
asked by Daniel 17.08.2018 в 05:08
source

0 answers