wsQUAS
Click here for a complete list of operations.
Guardar_Cargo
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_Cargo"
<?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_Cargo xmlns="http://www.evrosoft.cl/">
<ax_Cliente>string</ax_Cliente>
<ax_IdCargo>int</ax_IdCargo>
<ax_Descripcion>string</ax_Descripcion>
<ax_UnidadOrganizacional>string</ax_UnidadOrganizacional>
<ax_Supervisa>string</ax_Supervisa>
<ax_Objetivos>string</ax_Objetivos>
<ax_Titulo>string</ax_Titulo>
<ax_ExperienciaMin>string</ax_ExperienciaMin>
<ax_ExperienciaDeseable>string</ax_ExperienciaDeseable>
<ax_Conocimientos>string</ax_Conocimientos>
<ax_CursosCapacitacion>string</ax_CursosCapacitacion>
<ax_Idioma>string</ax_Idioma>
<ax_NivelDominioIdioma>string</ax_NivelDominioIdioma>
<ax_IdiomaSecundario>string</ax_IdiomaSecundario>
<ax_NivelDominioIdiomaSecundario>string</ax_NivelDominioIdiomaSecundario>
<ax_CapacidadVisual>string</ax_CapacidadVisual>
<ax_CapacidadVisualOtras>string</ax_CapacidadVisualOtras>
<ax_CapacidadAuditiva>string</ax_CapacidadAuditiva>
<ax_CapacidadAuditivaOtras>string</ax_CapacidadAuditivaOtras>
<ax_Funciones>string</ax_Funciones>
<ax_Comentarios>string</ax_Comentarios>
<ax_OtroIdioma>string</ax_OtroIdioma>
<ax_Area>string</ax_Area>
<ax_CargoJefeDirecto>string</ax_CargoJefeDirecto>
<ax_AreaCoordina>string</ax_AreaCoordina>
<ax_ActividadCoordina>string</ax_ActividadCoordina>
<ax_SupervisaA>string</ax_SupervisaA>
<ax_SupervisadoPor>string</ax_SupervisadoPor>
<ax_LugarFisicoDondeTrabaja>string</ax_LugarFisicoDondeTrabaja>
<ax_HorarioDeTrabajo>string</ax_HorarioDeTrabajo>
<ax_TipoCargo>string</ax_TipoCargo>
</Guardar_Cargo>
</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_CargoResponse xmlns="http://www.evrosoft.cl/">
<Guardar_CargoResult>boolean</Guardar_CargoResult>
<ax_IdCargo>int</ax_IdCargo>
</Guardar_CargoResponse>
</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_Cargo xmlns="http://www.evrosoft.cl/">
<ax_Cliente>string</ax_Cliente>
<ax_IdCargo>int</ax_IdCargo>
<ax_Descripcion>string</ax_Descripcion>
<ax_UnidadOrganizacional>string</ax_UnidadOrganizacional>
<ax_Supervisa>string</ax_Supervisa>
<ax_Objetivos>string</ax_Objetivos>
<ax_Titulo>string</ax_Titulo>
<ax_ExperienciaMin>string</ax_ExperienciaMin>
<ax_ExperienciaDeseable>string</ax_ExperienciaDeseable>
<ax_Conocimientos>string</ax_Conocimientos>
<ax_CursosCapacitacion>string</ax_CursosCapacitacion>
<ax_Idioma>string</ax_Idioma>
<ax_NivelDominioIdioma>string</ax_NivelDominioIdioma>
<ax_IdiomaSecundario>string</ax_IdiomaSecundario>
<ax_NivelDominioIdiomaSecundario>string</ax_NivelDominioIdiomaSecundario>
<ax_CapacidadVisual>string</ax_CapacidadVisual>
<ax_CapacidadVisualOtras>string</ax_CapacidadVisualOtras>
<ax_CapacidadAuditiva>string</ax_CapacidadAuditiva>
<ax_CapacidadAuditivaOtras>string</ax_CapacidadAuditivaOtras>
<ax_Funciones>string</ax_Funciones>
<ax_Comentarios>string</ax_Comentarios>
<ax_OtroIdioma>string</ax_OtroIdioma>
<ax_Area>string</ax_Area>
<ax_CargoJefeDirecto>string</ax_CargoJefeDirecto>
<ax_AreaCoordina>string</ax_AreaCoordina>
<ax_ActividadCoordina>string</ax_ActividadCoordina>
<ax_SupervisaA>string</ax_SupervisaA>
<ax_SupervisadoPor>string</ax_SupervisadoPor>
<ax_LugarFisicoDondeTrabaja>string</ax_LugarFisicoDondeTrabaja>
<ax_HorarioDeTrabajo>string</ax_HorarioDeTrabajo>
<ax_TipoCargo>string</ax_TipoCargo>
</Guardar_Cargo>
</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_CargoResponse xmlns="http://www.evrosoft.cl/">
<Guardar_CargoResult>boolean</Guardar_CargoResult>
<ax_IdCargo>int</ax_IdCargo>
</Guardar_CargoResponse>
</soap12:Body>
</soap12:Envelope>