Ports:
Port: ModifPresupuestariasQSPort
Source code:
URL Test:
https://datosinteroperables.test.cba.gov.ar
URL Preprod:
https://datosinteroperables.pre.cba.gov.ar
URL Producción:
https://datosinteroperables.cba.gov.ar
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:

  1. obtenerModifPresupuestariasDetailSource code
Descripción:
Este servicio tiene como objetivo obtener el listado de Modificaciones Presupuestarias
Operations:

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions name="ModifPresupuestarias" targetNamespace="https://cba.gov.ar/TribunalCuentas/ModifPresupuestarias/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/TribunalCuentas/ModifPresupuestarias/1.0.0"
xmlns:inp2="https://cba.gov.ar/TribunalCuentas/ModifPresupuestarias/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/TribunalCuentas/ModifPresupuestarias/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/TribunalCuentas/ModifPresupuestarias/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="obtenerModifPresupuestariasRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="encabezado" type="enc:encabezado" />
<xs:element maxOccurs="1" minOccurs="1" name="ejercicio" nillable="true">
<xs:annotation>
<xs:documentation xml:lang="es"> Formato: Es el año de 4 dígitos. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="1980" />
<xs:maxInclusive value="2030" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="numeroMP" nillable="true" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="es"> Nro de Modificación Presupuestaria </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="idTipoMP" nillable="true">
<xs:annotation>
<xs:documentation xml:lang="es"> Código del tipo de Compensación. 1 = COMPENSACIÓN 2 = COMP. INTERINST. 3 = RECTIFICACIÓN </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="numeroUAdm" nillable="true" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="es"> Número de Unidad Administrativa. Es Obligatorio para idTipoMP = 1 y Opcional para idTipoMP = 2 o 3 </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="username" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="password" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="obtenerModifPresupuestariasResponse">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="modifPresupuestarias" nillable="true" type="db:modifPresupuestarias" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="modifPresupuestarias">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="modificacion">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="idUnidadAdm" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="numeroUnidadAdm" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreUnidadAdm" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idCatProg" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="codigoProg" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreProg" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="codigoSubprog" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreSubprog" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idObjetoGasto" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="numeroObjeto" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreObjeto" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idRecurso" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="numeroRecurso" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreRecurso" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idTipoMp" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nTipoMp" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="origenDest" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="importe" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="idModificacionDet" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="idVigencia" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="idModificacion" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="expediente" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="fechaCreacion" nillable="true" type="xs:date" />
<xs:element minOccurs="0" name="fechaAutorizado" nillable="true" type="xs:date" />
<xs:element minOccurs="0" name="idEstadoMp" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nEstadoMp" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idFuenteFin" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="numeroFuenteFin" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreFuenteFin" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="usuarioConfeccion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nombreConfeccion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="dniConfeccion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="usuarioAutorizacion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nombreAutorizacion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="dniAutorizacion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idJurisdiccion" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="numeroJurisdiccion" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="nombreJurisdiccion" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0">
<xsd:complexType name="encabezado">
<xsd:sequence>
<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:complexType>
</xsd:schema>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Resultado/1.0.0">
<xsd:complexType name="resultado">
<xsd:sequence>
<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:complexType>
<xsd:sequence>
<xsd:element minOccurs="1" name="mensaje">
<xsd:complexType>
<xsd:sequence>
<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:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Maestros/PersonaFisica/1.0.0">
<xs:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:element name="falla">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="requestMessageModif">
<wsdl:part element="inp2:obtenerModifPresupuestariasRequest" name="inputModif" />
</wsdl:message>
<wsdl:message name="replyMessageModif">
<wsdl:part element="inp2:obtenerModifPresupuestariasResponse" name="outputModif" />
</wsdl:message>
<wsdl:portType name="ModifPresupuestarias_ptt">
<wsdl:operation name="obtenerModifPresupuestarias">
<wsdl:input message="inp2:requestMessageModif" />
<wsdl:output message="inp2:replyMessageModif" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ModifPresupuestarias" type="inp2:ModifPresupuestarias_ptt">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerModifPresupuestarias">
<soap:operation soapAction="obtenerModifPresupuestarias" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/TribunalCuentas/ModifPresupuestarias/1.0.0" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body namespace="https://cba.gov.ar/TribunalCuentas/ModifPresupuestarias/1.0.0" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ModificacionesPresupuestariasQSService">
<wsdl:port binding="inp2:ModifPresupuestarias" name="ModifPresupuestariasQSPort">
<soap:address location="http://datosinteroperables.cba.gov.ar/services/TribunalCuentas/ModificacionesPresupuestarias" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

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