En caso de no ingresar algún parámetro obligatorio válido en la petición, se devuelve la siguiente respuesta:
Code Block |
---|
language | xml |
---|
title | Respuesta de error |
---|
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:uno_ws_alumno_cambio_grupo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:alumno_cambio_grupoResponse>
<result xmlns="urn:uno_ws_alumno_cambio_grupo" xsi:type="ns1:Result">
<result xsi:type="xsd:string">ALUMNO NO ENCONTRADO EN GRUPO DIFERENTE O EL NUEVO GRUPO AUN NO EXISTE </result>
<p xsi:type="xsd:string"></p>
<t xsi:type="xsd:string"></t>
</result>
</ns1:alumno_cambio_grupoResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>"registros": 0
}
} |