Descripción:
Servicio que proporciona toda la información disponible de un devengado en particular y de su estado, entendiendo como devengado a todo tipo de comprobante que se cargue en SUAF, como por ejemplo Facturas, Notas de Crédito, Tickets, etc.Operations:
- obtenerDevengadosPorComprobanteStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:obtenerDevengadosPorComprobanteInput:requestMessage (soap:body, use = literal)Source codeobtenerDevengadosPorComprobanteInput type obtenerDevengadosPorComprobanteRequestOutput:replyMessage (soap:body, use = literal)Source codeobtenerDevengadosPorComprobanteOutput type obtenerDevengadosPorComprobanteResponse
Port type: ReportesDevengadosSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="ReportesDevengados" targetNamespace="https://cba.gov.ar/Finanzas/ReportesDevengados/1.0.0"
xmlns:repdev="https://cba.gov.ar/Finanzas/ReportesDevengados/1.0.0"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
><wsdl:types>
<xsd:schema elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Finanzas/ReportesDevengados/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:rdo="https://cba.gov.ar/Comunes/Resultado/1.0.0"
><element name="obtenerDevengadosPorComprobanteRequest">
<complexType>
</element><sequence>
</complexType><element name="encabezado" type="enc:encabezado" />
<element maxOccurs="1" minOccurs="1" name="cuitUnidadAdministrativa" type="string" />
<element maxOccurs="1" minOccurs="1" name="cuitProveedor" type="string" />
<element maxOccurs="1" minOccurs="1" name="numeroComprobante" type="string" />
</sequence><element name="obtenerDevengadosPorComprobanteResponse">
<complexType>
</element><sequence>
</complexType><element maxOccurs="unbounded" minOccurs="0" name="devengadoPorComprobante" nillable="true" type="repdev:DevengadoPorComprobanteType" />
<element name="resultado" type="rdo:resultado" />
</sequence><complexType minOccurs="0" name="DevengadoPorComprobanteType">
</xsd:schema><sequence>
</complexType><element minOccurs="1" name="fechaIngreso" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha de ingreso del Devengado</documentation>
</annotation><element minOccurs="1" name="ejercicio" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Año del ejercicio</documentation>
</annotation><element minOccurs="1" name="numeroJurisdiccion" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Identificación numérica de la Jurisdicción a la que pertenece el devengado</documentation>
</annotation><element minOccurs="1" name="nombreJurisdiccion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nombre de la Jurisdicción a la que pertenece el devengado</documentation>
</annotation><element minOccurs="1" name="numeroUnidadAdministrativa" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Identificación numérica de la Unidad Administrativa</documentation>
</annotation><element minOccurs="1" name="nombreUnidadAdministrativa" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nombre de la Unidad Administrativa</documentation>
</annotation><element minOccurs="1" name="numeroDevengado" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Número de Devengado</documentation>
</annotation><element minOccurs="1" name="numeroComprobante" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Número de comprobante</documentation>
</annotation><element minOccurs="1" name="descripcion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Descripción del tipo de documento que se cargo.Ej: Ticket, factura, Nota de Credito, etc</documentation>
</annotation><element minOccurs="1" name="expediente" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro de expediente asociado</documentation>
</annotation><element minOccurs="1" name="estado" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Descripcion del estado del devengado: GENERADO, ANULADO, ENVIADA A VISAR, VISADA, ORDENADO A PAGAR, PAGADO, PAGADO PARCIAL</documentation>
</annotation><element minOccurs="1" name="proveedor" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Razón Social del Proveedor</documentation>
</annotation><element minOccurs="1" name="cuit" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">CUIT del proveedor</documentation>
</annotation><element minOccurs="1" name="observacion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Observación del Devengado</documentation>
</annotation><element minOccurs="1" name="fechaVencimientoDocumentacion" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha de Vencimiento del devengado</documentation>
</annotation><element minOccurs="1" name="fechaComprobante" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha del Comprobante</documentation>
</annotation><element minOccurs="1" name="fechaConformacion" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha de conformacion del comprobante</documentation>
</annotation><element minOccurs="1" name="programa" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Codigo y Nombre del Programa del devengado</documentation>
</annotation><element minOccurs="1" name="numeroItem" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Descripcion del bien asociado a un detalle en particular del devengado</documentation>
</annotation><element minOccurs="1" name="numeroNombreObjeto" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Numero y Nombre del Objeto</documentation>
</annotation><element minOccurs="1" name="fechaAnulado" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha de Anulacion del devengado</documentation>
</annotation><element minOccurs="1" name="centroCosto" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Codigo y Nombre del Centro de Costo</documentation>
</annotation><element minOccurs="1" name="idCentroCosto" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id centro de costo</documentation>
</annotation><element minOccurs="1" name="importe" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Importe * cantidad del detalle del devengado</documentation>
</annotation><element minOccurs="1" name="montoTotal2" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Importe Total del devengado</documentation>
</annotation><element minOccurs="1" name="cantidad" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Cantidad del detalle de cada devengado</documentation>
</annotation><element minOccurs="1" name="importeUnitario" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Importe unitario del devengado</documentation>
</annotation><element minOccurs="1" name="numeroEgreso" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro Egreso</documentation>
</annotation><element minOccurs="1" name="fechaEgreso" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha Egreso</documentation>
</annotation><element minOccurs="1" name="nombreCargo" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Cargo del Egreso(Tesorero, Direccion de Administracion, Procuracion del Tesoro, Fiscalia, Banco de Cordoba, Empresa Provincial de Energía de Córdoba, Caja de Jubilaciones y Retiros de Córdoba)</documentation>
</annotation><element minOccurs="1" name="tipoFactura" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Tipo Factura</documentation>
</annotation><element minOccurs="1" name="numeroDue" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Nro de Duee</documentation>
</annotation><element minOccurs="1" name="numeroIntervencion" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Nro Intervencion</documentation>
</annotation><element minOccurs="1" name="expedienteIntervencion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro expediente Intervencion</documentation>
</annotation><element minOccurs="1" name="estadoIntervencion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Estado de la Intervencion(ANULADO, SOLICITUD DE BLOQUEO, GENERADO, APROBADO, E/VISAR, VISADO, CERTIFICACION DE SALDO)</documentation>
</annotation><element minOccurs="1" name="fechaVisado" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha de Visacion</documentation>
</annotation><element minOccurs="1" name="numeroVisado" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Nro de Visacion</documentation>
</annotation><element minOccurs="1" name="numeroElementoPago" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro Elemento de pago</documentation>
</annotation><element minOccurs="1" name="idCategoriaProgramatica" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Id Categoria Programatica</documentation>
</annotation><element minOccurs="1" name="idDevengado" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id devengado</documentation>
</annotation><element minOccurs="1" name="numeroAnticipo" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro de Anticipo</documentation>
</annotation><element minOccurs="1" name="fechaCierreAnticipo" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha de Cierre del Anticipo</documentation>
</annotation><element minOccurs="1" name="fechaAnticipo" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha del Anticipo</documentation>
</annotation><element minOccurs="1" name="numeroCompromiso" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro Compromiso</documentation>
</annotation><element minOccurs="1" name="letraFondo" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Letra Fondo</documentation>
</annotation><element minOccurs="1" name="letraFondoCajaChica" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Letra Fonco Caja Chica</documentation>
</annotation><element minOccurs="1" name="numeroRendicion" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Nro Rendicion</documentation>
</annotation><element minOccurs="1" name="numeroRendicionCajaChica" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Nro Rendicion Caja Chica</documentation>
</annotation><element minOccurs="1" name="ordenadoAPagar" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Esta Ordenado a pagar (SI/NO)</documentation>
</annotation><element minOccurs="1" name="fechaOrdenadoAPagar" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha Ordenado a Pagar</documentation>
</annotation><element minOccurs="1" name="fechaEjecucion" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha Ejecucion</documentation>
</annotation><element minOccurs="1" name="asociada" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Descripcion Tipo de Documento asociado al devengado</documentation>
</annotation><element minOccurs="1" name="numeroComprobanteAsociado" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro de Comprobnates del documento asociado al devengado</documentation>
</annotation><element minOccurs="1" name="devengadoAsociado" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro de devengado del comprobante asociado al devengado</documentation>
</annotation><element minOccurs="1" name="nombreGrupo" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nombre Grupo</documentation>
</annotation><element minOccurs="1" name="dominio" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Descripcion del dominio del devengado</documentation>
</annotation><element minOccurs="1" name="nombreEstadoItem" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nombre estado del detalle del devengado</documentation>
</annotation><element minOccurs="1" name="mesCertificado" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Mes certificado del devengado</documentation>
</annotation><element minOccurs="1" name="tipoCertificado" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">descripcion Tipo certificado del devengado</documentation>
</annotation><element minOccurs="1" name="fechaCertificado" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha Certificadi</documentation>
</annotation><element minOccurs="1" name="numeroCertificado" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro del Certificado</documentation>
</annotation><element minOccurs="1" name="fechaVencimientoCertificado" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecha Vencimineto Certificado</documentation>
</annotation><element minOccurs="1" name="codigoAutorizacion" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Codigo Autorizacion</documentation>
</annotation><element minOccurs="1" name="fechaVencimientoCai" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fceha Vencimineto CAI</documentation>
</annotation><element minOccurs="1" name="idVigencia" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Id vigencia</documentation>
</annotation><element minOccurs="1" name="idJurisdiccion" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id jurisdicicon</documentation>
</annotation><element minOccurs="1" name="idUnidadAdministrativa" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id Unidad Administrativa</documentation>
</annotation><element minOccurs="1" name="idObjetoGasto" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id Objjeto Gasto</documentation>
</annotation><element minOccurs="1" name="idEstado" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id estado del devengado</documentation>
</annotation><element minOccurs="1" name="idFondoCaja" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id fondo caja del devengado</documentation>
</annotation><element minOccurs="1" name="idTipoDocumento" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id tipo documento del devengado</documentation>
</annotation><element minOccurs="1" name="idProveedor" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id proveedor del devengado</documentation>
</annotation><element minOccurs="1" name="idRendicion" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id rendicion del devengado</documentation>
</annotation><element minOccurs="1" name="idEstadoDetalleDevengado" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id estado del detalle del devengado</documentation>
</annotation><element minOccurs="1" name="oficina" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nombre Oficina</documentation>
</annotation><element minOccurs="1" name="idOficina" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id oficina</documentation>
</annotation><element minOccurs="1" name="fechaActualizacion" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">sysdate</documentation>
</annotation><element minOccurs="1" name="montoPagadoPorDevengado" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Monto Pagado por devengado</documentation>
</annotation><element minOccurs="1" name="fechaPagado" nillable="true" type="date">
<annotation>
</element><documentation xml:lang="es">Fecah pagado</documentation>
</annotation><element minOccurs="1" name="nombreObra" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">codigo y descripcion d ela obra</documentation>
</annotation><element minOccurs="1" name="idObra" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id obra</documentation>
</annotation><element minOccurs="1" name="tipoContratacion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Tipo Contratacion</documentation>
</annotation><element minOccurs="1" name="codigoItem" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">codigo Item</documentation>
</annotation><element minOccurs="1" name="idJurisdiccionRel" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">id jurisdiciion rel</documentation>
</annotation><element minOccurs="1" name="idUnidadAdmRel" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">id uniad adm rel</documentation>
</annotation><element minOccurs="1" name="numeroLote" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nro Lote devengado</documentation>
</annotation><element minOccurs="1" name="mesAnio" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">mes y año del devengado</documentation>
</annotation><element minOccurs="1" name="idItem" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id item</documentation>
</annotation><element minOccurs="1" name="importeRetencion" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Importe retencion devengado</documentation>
</annotation><element minOccurs="1" name="importeNeto" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">importe neto devengado</documentation>
</annotation><element minOccurs="1" name="idDevengadoWeb" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id devengado web</documentation>
</annotation><element minOccurs="1" name="idFuenteFinanciamiento" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id fuente financiamiento</documentation>
</annotation><element minOccurs="1" name="numeroFuenteFinanciamiento" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">Nro Fuente de Financiamiento</documentation>
</annotation><element minOccurs="1" name="nombreFuenteFinanciamiento" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">Nombre Fuente financiamineto</documentation>
</annotation><element minOccurs="1" name="idMoneda" nillable="true" type="xs:decimal">
<annotation>
</element><documentation xml:lang="es">id moneda</documentation>
</annotation><element minOccurs="1" name="nombreMoneda" nillable="true" type="string">
<annotation>
</element><documentation xml:lang="es">descripcion moneda</documentation>
</annotation><element minOccurs="1" name="codigoAfip" nillable="true" type="string">
</sequence><annotation>
</element><documentation xml:lang="es">Codifo afip devengado</documentation>
</annotation><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0">
<xs:complexType name="encabezado">
</xsd:schema><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="0" name="usuario" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="token" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="sign" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="aplicacion" type="xs:string" />
</xs:sequence><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Resultado/1.0.0">
</wsdl:types><xs:complexType name="resultado">
</xsd:schema><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="1" name="estado" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="idTransaccion" type="xs:string" />
<xs:element minOccurs="1" name="mensajes">
</xs:sequence><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element minOccurs="1" name="mensaje">
</xs:sequence><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="1" name="orden" type="xs:int" />
<xs:element maxOccurs="1" minOccurs="1" name="tipo" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="codigo" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="descripcion" type="xs:string" />
</xs:sequence><wsdl:message name="requestMessage">
<wsdl:part element="repdev:obtenerDevengadosPorComprobanteRequest" name="obtenerDevengadosPorComprobanteInput" />
</wsdl:message><wsdl:message name="replyMessage">
<wsdl:part element="repdev:obtenerDevengadosPorComprobanteResponse" name="obtenerDevengadosPorComprobanteOutput" />
</wsdl:message><wsdl:portType name="ReportesDevengados">
<wsdl:operation name="obtenerDevengadosPorComprobante">
</wsdl:portType><wsdl:input message="repdev:requestMessage" />
<wsdl:output message="repdev:replyMessage" />
</wsdl:operation><wsdl:binding name="ReportesDevengados" type="repdev:ReportesDevengados">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerDevengadosPorComprobante">
</wsdl:binding><soap:operation soapAction="obtenerDevengadosPorComprobante" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Finanzas/ReportesDevengados/1.0.0" use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><soap:body namespace="https://cba.gov.ar/Finanzas/ReportesDevengados/1.0.0" use="literal" />
</wsdl:output><wsdl:service name="ReportesDevengadosService">
</wsdl:definitions><wsdl:documentation>OSB Service</wsdl:documentation>
<wsdl:port binding="repdev:ReportesDevengados" name="ReportesDevengadosPort">
</wsdl:service><soap:address location="http://datosinteroperables.cba.gov.ar/services/Finanzas/ReportesDevengados" />
</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