wsQUAS
Click here for a complete list of operations.
Guardar_Empleado
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_Empleado"
<?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_Empleado xmlns="http://www.evrosoft.cl/">
<ax_Cliente>string</ax_Cliente>
<ax_IdEmpleado>int</ax_IdEmpleado>
<ax_DNI>string</ax_DNI>
<ax_Nombres>string</ax_Nombres>
<ax_ApellidoPaterno>string</ax_ApellidoPaterno>
<ax_ApellidoMaterno>string</ax_ApellidoMaterno>
<ax_Domicilio>string</ax_Domicilio>
<ax_Pais>string</ax_Pais>
<ax_DivisionRegion>string</ax_DivisionRegion>
<ax_Ciudad>string</ax_Ciudad>
<ax_AreaComuna>string</ax_AreaComuna>
<ax_FechaNacimiento>string</ax_FechaNacimiento>
<ax_EMail>string</ax_EMail>
<ax_Telefono>string</ax_Telefono>
<ax_UnidadOrganizacional>string</ax_UnidadOrganizacional>
<ax_Cargo>string</ax_Cargo>
<ax_CentroCosto>string</ax_CentroCosto>
<ax_ProfesionOficio>string</ax_ProfesionOficio>
<ax_HistorialAcademico>string</ax_HistorialAcademico>
<ax_ExperienciaLaboral>string</ax_ExperienciaLaboral>
<ax_UbicacionFotografia>string</ax_UbicacionFotografia>
<ax_EstadoCivil>string</ax_EstadoCivil>
<ax_Nacionalidad>string</ax_Nacionalidad>
<ax_AFP>string</ax_AFP>
<ax_SistemaDeSalud>string</ax_SistemaDeSalud>
<ax_SeguroCesantia>string</ax_SeguroCesantia>
<ax_TallaPolera>string</ax_TallaPolera>
<ax_TallaPantalon>string</ax_TallaPantalon>
<ax_NumeroCalzado>string</ax_NumeroCalzado>
<ax_SueldoLiquido>int</ax_SueldoLiquido>
<ax_FechaDeIngreso>string</ax_FechaDeIngreso>
<ax_Banco>string</ax_Banco>
<ax_TipoDeCuenta>string</ax_TipoDeCuenta>
<ax_NumeroDeCuenta>string</ax_NumeroDeCuenta>
</Guardar_Empleado>
</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_EmpleadoResponse xmlns="http://www.evrosoft.cl/">
<Guardar_EmpleadoResult>boolean</Guardar_EmpleadoResult>
<ax_IdEmpleado>int</ax_IdEmpleado>
</Guardar_EmpleadoResponse>
</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_Empleado xmlns="http://www.evrosoft.cl/">
<ax_Cliente>string</ax_Cliente>
<ax_IdEmpleado>int</ax_IdEmpleado>
<ax_DNI>string</ax_DNI>
<ax_Nombres>string</ax_Nombres>
<ax_ApellidoPaterno>string</ax_ApellidoPaterno>
<ax_ApellidoMaterno>string</ax_ApellidoMaterno>
<ax_Domicilio>string</ax_Domicilio>
<ax_Pais>string</ax_Pais>
<ax_DivisionRegion>string</ax_DivisionRegion>
<ax_Ciudad>string</ax_Ciudad>
<ax_AreaComuna>string</ax_AreaComuna>
<ax_FechaNacimiento>string</ax_FechaNacimiento>
<ax_EMail>string</ax_EMail>
<ax_Telefono>string</ax_Telefono>
<ax_UnidadOrganizacional>string</ax_UnidadOrganizacional>
<ax_Cargo>string</ax_Cargo>
<ax_CentroCosto>string</ax_CentroCosto>
<ax_ProfesionOficio>string</ax_ProfesionOficio>
<ax_HistorialAcademico>string</ax_HistorialAcademico>
<ax_ExperienciaLaboral>string</ax_ExperienciaLaboral>
<ax_UbicacionFotografia>string</ax_UbicacionFotografia>
<ax_EstadoCivil>string</ax_EstadoCivil>
<ax_Nacionalidad>string</ax_Nacionalidad>
<ax_AFP>string</ax_AFP>
<ax_SistemaDeSalud>string</ax_SistemaDeSalud>
<ax_SeguroCesantia>string</ax_SeguroCesantia>
<ax_TallaPolera>string</ax_TallaPolera>
<ax_TallaPantalon>string</ax_TallaPantalon>
<ax_NumeroCalzado>string</ax_NumeroCalzado>
<ax_SueldoLiquido>int</ax_SueldoLiquido>
<ax_FechaDeIngreso>string</ax_FechaDeIngreso>
<ax_Banco>string</ax_Banco>
<ax_TipoDeCuenta>string</ax_TipoDeCuenta>
<ax_NumeroDeCuenta>string</ax_NumeroDeCuenta>
</Guardar_Empleado>
</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_EmpleadoResponse xmlns="http://www.evrosoft.cl/">
<Guardar_EmpleadoResult>boolean</Guardar_EmpleadoResult>
<ax_IdEmpleado>int</ax_IdEmpleado>
</Guardar_EmpleadoResponse>
</soap12:Body>
</soap12:Envelope>