wsQUAS
Click here for a complete list of operations.
Guardar_EQUI003
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /WebService_QUAS/wsQUAS.asmx HTTP/1.1
Host: www.evrosoft.cl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.evrosoft.cl/Guardar_EQUI003"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Guardar_EQUI003 xmlns="http://www.evrosoft.cl/">
<ax_Cliente>string</ax_Cliente>
<ax_IdPlanificacion>int</ax_IdPlanificacion>
<ax_IdEquipo>int</ax_IdEquipo>
<ax_Año>string</ax_Año>
<ax_Ene>string</ax_Ene>
<ax_Feb>string</ax_Feb>
<ax_Mar>string</ax_Mar>
<ax_Abr>string</ax_Abr>
<ax_May>string</ax_May>
<ax_Jun>string</ax_Jun>
<ax_Jul>string</ax_Jul>
<ax_Ago>string</ax_Ago>
<ax_Sep>string</ax_Sep>
<ax_Oct>string</ax_Oct>
<ax_Nov>string</ax_Nov>
<ax_Dic>string</ax_Dic>
<ax_Ejecutado_01>string</ax_Ejecutado_01>
<ax_Porcentaje_01>string</ax_Porcentaje_01>
<ax_Reprogramado_01>string</ax_Reprogramado_01>
<ax_Motivo_01>string</ax_Motivo_01>
<ax_Ejecutado_02>string</ax_Ejecutado_02>
<ax_Porcentaje_02>string</ax_Porcentaje_02>
<ax_Reprogramado_02>string</ax_Reprogramado_02>
<ax_Motivo_02>string</ax_Motivo_02>
<ax_Ejecutado_03>string</ax_Ejecutado_03>
<ax_Porcentaje_03>string</ax_Porcentaje_03>
<ax_Reprogramado_03>string</ax_Reprogramado_03>
<ax_Motivo_03>string</ax_Motivo_03>
<ax_Ejecutado_04>string</ax_Ejecutado_04>
<ax_Porcentaje_04>string</ax_Porcentaje_04>
<ax_Reprogramado_04>string</ax_Reprogramado_04>
<ax_Motivo_04>string</ax_Motivo_04>
<ax_Ejecutado_05>string</ax_Ejecutado_05>
<ax_Porcentaje_05>string</ax_Porcentaje_05>
<ax_Reprogramado_05>string</ax_Reprogramado_05>
<ax_Motivo_05>string</ax_Motivo_05>
<ax_Ejecutado_06>string</ax_Ejecutado_06>
<ax_Porcentaje_06>string</ax_Porcentaje_06>
<ax_Reprogramado_06>string</ax_Reprogramado_06>
<ax_Motivo_06>string</ax_Motivo_06>
<ax_Ejecutado_07>string</ax_Ejecutado_07>
<ax_Porcentaje_07>string</ax_Porcentaje_07>
<ax_Reprogramado_07>string</ax_Reprogramado_07>
<ax_Motivo_07>string</ax_Motivo_07>
<ax_Ejecutado_08>string</ax_Ejecutado_08>
<ax_Porcentaje_08>string</ax_Porcentaje_08>
<ax_Reprogramado_08>string</ax_Reprogramado_08>
<ax_Motivo_08>string</ax_Motivo_08>
<ax_Ejecutado_09>string</ax_Ejecutado_09>
<ax_Porcentaje_09>string</ax_Porcentaje_09>
<ax_Reprogramado_09>string</ax_Reprogramado_09>
<ax_Motivo_09>string</ax_Motivo_09>
<ax_Ejecutado_10>string</ax_Ejecutado_10>
<ax_Porcentaje_10>string</ax_Porcentaje_10>
<ax_Reprogramado_10>string</ax_Reprogramado_10>
<ax_Motivo_10>string</ax_Motivo_10>
<ax_Ejecutado_11>string</ax_Ejecutado_11>
<ax_Porcentaje_11>string</ax_Porcentaje_11>
<ax_Reprogramado_11>string</ax_Reprogramado_11>
<ax_Motivo_11>string</ax_Motivo_11>
<ax_Ejecutado_12>string</ax_Ejecutado_12>
<ax_Porcentaje_12>string</ax_Porcentaje_12>
<ax_Reprogramado_12>string</ax_Reprogramado_12>
<ax_Motivo_12>string</ax_Motivo_12>
<ax_Observaciones>string</ax_Observaciones>
</Guardar_EQUI003>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Guardar_EQUI003Response xmlns="http://www.evrosoft.cl/">
<Guardar_EQUI003Result>boolean</Guardar_EQUI003Result>
<ax_IdPlanificacion>int</ax_IdPlanificacion>
</Guardar_EQUI003Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /WebService_QUAS/wsQUAS.asmx HTTP/1.1
Host: www.evrosoft.cl
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Guardar_EQUI003 xmlns="http://www.evrosoft.cl/">
<ax_Cliente>string</ax_Cliente>
<ax_IdPlanificacion>int</ax_IdPlanificacion>
<ax_IdEquipo>int</ax_IdEquipo>
<ax_Año>string</ax_Año>
<ax_Ene>string</ax_Ene>
<ax_Feb>string</ax_Feb>
<ax_Mar>string</ax_Mar>
<ax_Abr>string</ax_Abr>
<ax_May>string</ax_May>
<ax_Jun>string</ax_Jun>
<ax_Jul>string</ax_Jul>
<ax_Ago>string</ax_Ago>
<ax_Sep>string</ax_Sep>
<ax_Oct>string</ax_Oct>
<ax_Nov>string</ax_Nov>
<ax_Dic>string</ax_Dic>
<ax_Ejecutado_01>string</ax_Ejecutado_01>
<ax_Porcentaje_01>string</ax_Porcentaje_01>
<ax_Reprogramado_01>string</ax_Reprogramado_01>
<ax_Motivo_01>string</ax_Motivo_01>
<ax_Ejecutado_02>string</ax_Ejecutado_02>
<ax_Porcentaje_02>string</ax_Porcentaje_02>
<ax_Reprogramado_02>string</ax_Reprogramado_02>
<ax_Motivo_02>string</ax_Motivo_02>
<ax_Ejecutado_03>string</ax_Ejecutado_03>
<ax_Porcentaje_03>string</ax_Porcentaje_03>
<ax_Reprogramado_03>string</ax_Reprogramado_03>
<ax_Motivo_03>string</ax_Motivo_03>
<ax_Ejecutado_04>string</ax_Ejecutado_04>
<ax_Porcentaje_04>string</ax_Porcentaje_04>
<ax_Reprogramado_04>string</ax_Reprogramado_04>
<ax_Motivo_04>string</ax_Motivo_04>
<ax_Ejecutado_05>string</ax_Ejecutado_05>
<ax_Porcentaje_05>string</ax_Porcentaje_05>
<ax_Reprogramado_05>string</ax_Reprogramado_05>
<ax_Motivo_05>string</ax_Motivo_05>
<ax_Ejecutado_06>string</ax_Ejecutado_06>
<ax_Porcentaje_06>string</ax_Porcentaje_06>
<ax_Reprogramado_06>string</ax_Reprogramado_06>
<ax_Motivo_06>string</ax_Motivo_06>
<ax_Ejecutado_07>string</ax_Ejecutado_07>
<ax_Porcentaje_07>string</ax_Porcentaje_07>
<ax_Reprogramado_07>string</ax_Reprogramado_07>
<ax_Motivo_07>string</ax_Motivo_07>
<ax_Ejecutado_08>string</ax_Ejecutado_08>
<ax_Porcentaje_08>string</ax_Porcentaje_08>
<ax_Reprogramado_08>string</ax_Reprogramado_08>
<ax_Motivo_08>string</ax_Motivo_08>
<ax_Ejecutado_09>string</ax_Ejecutado_09>
<ax_Porcentaje_09>string</ax_Porcentaje_09>
<ax_Reprogramado_09>string</ax_Reprogramado_09>
<ax_Motivo_09>string</ax_Motivo_09>
<ax_Ejecutado_10>string</ax_Ejecutado_10>
<ax_Porcentaje_10>string</ax_Porcentaje_10>
<ax_Reprogramado_10>string</ax_Reprogramado_10>
<ax_Motivo_10>string</ax_Motivo_10>
<ax_Ejecutado_11>string</ax_Ejecutado_11>
<ax_Porcentaje_11>string</ax_Porcentaje_11>
<ax_Reprogramado_11>string</ax_Reprogramado_11>
<ax_Motivo_11>string</ax_Motivo_11>
<ax_Ejecutado_12>string</ax_Ejecutado_12>
<ax_Porcentaje_12>string</ax_Porcentaje_12>
<ax_Reprogramado_12>string</ax_Reprogramado_12>
<ax_Motivo_12>string</ax_Motivo_12>
<ax_Observaciones>string</ax_Observaciones>
</Guardar_EQUI003>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Guardar_EQUI003Response xmlns="http://www.evrosoft.cl/">
<Guardar_EQUI003Result>boolean</Guardar_EQUI003Result>
<ax_IdPlanificacion>int</ax_IdPlanificacion>
</Guardar_EQUI003Response>
</soap12:Body>
</soap12:Envelope>