Descripción:
Este servicio permite consultar los datos del historial laboral de un agente, cuyo orden de pago pertenezca a OP074Operations:
- obtenerDatosHistorialLaboralStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:obtenerDatosHistorialLaboralInput:requestMessage (soap:body, use = literal)Source codeobtenerDatosHistorialLaboralInput type obtenerDatosHistorialLaboralRequestOutput:replyMessage (soap:body, use = literal)Source codeobtenerDatosHistorialLaboralOutput type obtenerDatosHistorialLaboralResponse
Port type: DatosHistorialLaboralSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="DatosHistorialLaboral" targetNamespace="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0"
xmlns:inp2="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0"
xmlns:rdo="https://cba.gov.ar/Comunes/Resultado/1.0.0"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
><wsdl:types>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0">
<xs:import namespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0" />
<xs:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:element name="obtenerDatosHistorialLaboralRequest">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="encabezado" type="enc:encabezado" />
<xs:element maxOccurs="1" minOccurs="1" name="cuil">
</xs:sequence><xs:simpleType>
</xs:element><xs:restriction base="xs:string">
</xs:simpleType><xs:pattern value="[0-9]{11}" />
</xs:restriction><xs:element name="obtenerDatosHistorialLaboralResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="0" name="datosHistorialLaboral" type="db:datosHistorialLaboral" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xs:complexType name="datosHistorialLaboral">
</xs:schema><xs:sequence>
</xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="dato">
</xs:sequence><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element minOccurs="1" name="cuil" type="xs:string" />
<xs:element minOccurs="1" name="cuilSg" type="xs:string" />
<xs:element minOccurs="1" name="idEmpleado" type="xs:string" />
<xs:element minOccurs="1" name="idRol" type="xs:long" />
<xs:element minOccurs="1" name="fechaCertificacionServicio" type="xs:date" />
<xs:element minOccurs="1" name="fechaFinRol" type="xs:date" />
<xs:element minOccurs="1" name="idAgrupamiento" type="xs:string" />
<xs:element minOccurs="1" name="idGrado" type="xs:string" />
<xs:element minOccurs="1" name="nombreGrado" type="xs:string" />
<xs:element minOccurs="1" name="idSituacionRevista" type="xs:string" />
<xs:element minOccurs="1" name="nombreSituacionRevista" type="xs:string" />
<xs:element minOccurs="1" name="tipoPosicion" type="xs:string" />
<xs:element minOccurs="1" name="idPosicion" type="xs:string" />
<xs:element minOccurs="1" name="nombrePosicion" type="xs:string" />
<xs:element minOccurs="1" name="horas" type="xs:long" />
<xs:element name="idMateria" type="xs:string" />
<xs:element name="nombreMateria" type="xs:string" />
<xs:element minOccurs="1" name="idEmpresa" type="xs:string" />
<xs:element minOccurs="1" name="nombreEmpresa" type="xs:string" />
<xs:element minOccurs="1" name="idUnidadOrganigrama" type="xs:string" />
<xs:element minOccurs="1" name="nombreUnidadOrganigrama" type="xs:string" />
<xs:element minOccurs="1" name="idUnidadOrganigramaServicio" type="xs:string" />
<xs:element minOccurs="1" name="nombreUnidadOrganigramaServicio" type="xs:string" />
<xs:element minOccurs="1" name="centroTrabajo" type="xs:string" />
<xs:element name="idPlanEstudio" nillable="true" type="xs:string" />
<xs:element name="idModalidad" nillable="true" type="xs:string" />
<xs:element name="idTurno" nillable="true" type="xs:string" />
<xs:element name="nombreTurno" nillable="true" type="xs:string" />
<xs:element name="idAnio" nillable="true" type="xs:string" />
<xs:element name="nombreAnio" nillable="true" type="xs:string" />
<xs:element name="idDivision" nillable="true" type="xs:string" />
<xs:element minOccurs="1" name="idTipoActoAdministrativo" type="xs:string" />
<xs:element minOccurs="1" name="numeroActoAdministrativo" type="xs:long" />
<xs:element minOccurs="1" name="fechaActoAdministrativo" type="xs:string" />
<xs:element minOccurs="1" name="idTipoMovimiento" type="xs:string" />
<xs:element minOccurs="1" name="nombreTipoMovimiento" type="xs:string" />
<xs:element minOccurs="1" name="fechaInicioRol" type="xs:date" />
<xs:element minOccurs="1" name="fechaReintegro" type="xs:date" />
<xs:element name="idTipoMotivoBaja" nillable="true" type="xs:string" />
<xs:element name="idMotivoBaja" nillable="true" type="xs:string" />
<xs:element name="nombreMotivoBaja" nillable="true" type="xs:string" />
<xs:element minOccurs="1" name="idMotivoCambio" type="xs:string" />
<xs:element minOccurs="1" name="nombreMotivoMovimiento" type="xs:string" />
<xs:element minOccurs="1" name="fechaInicio" type="xs:date" />
<xs:element minOccurs="1" name="fechaFin" type="xs:date" />
<xs:element minOccurs="1" name="idOrdenPago" type="xs:string" />
<xs:element minOccurs="1" name="cuitOrdenPago" type="xs:string" />
<xs:element minOccurs="1" name="idAntiguedad" type="xs:string" />
</xs:sequence><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0">
<xsd:complexType name="encabezado">
</xsd:schema><xsd:sequence>
</xsd:complexType><xsd:element maxOccurs="1" minOccurs="0" name="usuario" type="xsd:string" />
<xsd:element maxOccurs="1" minOccurs="0" name="token" type="xsd:string" />
<xsd:element maxOccurs="1" minOccurs="0" name="sign" type="xsd:string" />
<xsd:element maxOccurs="1" minOccurs="0" name="aplicacion" type="xsd:string" />
</xsd:sequence><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Resultado/1.0.0">
<xsd:complexType name="resultado">
</xsd:schema><xsd:sequence>
</xsd:complexType><xsd:element maxOccurs="1" minOccurs="1" name="estado" type="xsd:string" />
<xsd:element maxOccurs="1" minOccurs="1" name="idTransaccion" type="xsd:string" />
<xsd:element minOccurs="1" name="mensajes">
</xsd:sequence><xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element minOccurs="1" name="mensaje">
</xsd:sequence><xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element maxOccurs="1" minOccurs="1" name="orden" type="xsd:int" />
<xsd:element maxOccurs="1" minOccurs="1" name="tipo" type="xsd:string" />
<xsd:element maxOccurs="1" minOccurs="1" name="codigo" type="xsd:string" />
<xsd:element maxOccurs="1" minOccurs="1" name="descripcion" type="xsd:string" />
</xsd:sequence><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Maestros/PersonaFisica/1.0.0">
</wsdl:types><xs:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:element name="falla">
</xsd:schema><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="1" name="resultado" type="rdo:resultado" />
</xs:sequence><wsdl:message name="requestMessage">
<wsdl:part element="inp2:obtenerDatosHistorialLaboralRequest" name="obtenerDatosHistorialLaboralInput" />
</wsdl:message><wsdl:message name="replyMessage">
<wsdl:part element="inp2:obtenerDatosHistorialLaboralResponse" name="obtenerDatosHistorialLaboralOutput" />
</wsdl:message><wsdl:portType name="DatosHistorialLaboral">
<wsdl:operation name="obtenerDatosHistorialLaboral">
</wsdl:portType><wsdl:input message="inp2:requestMessage" />
<wsdl:output message="inp2:replyMessage" />
</wsdl:operation><wsdl:binding name="DatosHistorialLaboral" type="inp2:DatosHistorialLaboral">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerDatosHistorialLaboral">
</wsdl:binding><soap:operation soapAction="obtenerDatosHistorialLaboral" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0" use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><soap:body namespace="https://cba.gov.ar/Empleados/DatosHistorialLaboral/1.0.0" use="literal" />
</wsdl:output><wsdl:service name="DatosHistorialLaboralQSService">
</wsdl:definitions><wsdl:port binding="inp2:DatosHistorialLaboral" name="DatosHistorialLaboralQSPort">
</wsdl:service><soap:address location="http://datosinteroperables.cba.gov.ar/services/Empleados/DatosHistorialLaboral" />
</wsdl:port>About wsdl-viewer.xsl
This document was generated by libxslt XSLT engine.
The engine processed the WSDL in XSLT 1.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.01
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT