Ports:
Port: EstadoTasaRetributivaWSPort
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. obtenerEstadoTasaRetributivaDetailSource code
Descripción:
Este servicio tiene por objetivo mostrar el estado, pagado o no, de tasas retributivas por distintos criterios ( Nro transacción, nro liquidación, cuil, etc)
Operations:

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions name="EstadoTasaRetributiva" targetNamespace="https://cba.gov.ar/Finanzas/EstadoTasaRetributiva/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/Finanzas/EstadoTasaRetributiva/1.0.0"
xmlns:inp2="https://cba.gov.ar/Finanzas/EstadoTasaRetributiva/1.0.0"
xmlns:inp3="https://cba.gov.ar/Maestros/PersonaFisica/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/Finanzas/EstadoTasaRetributiva/1.0.0"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
>
<wsdl:types>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Finanzas/EstadoTasaRetributiva/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="EstadoTasaRetributivaRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="encabezado" type="enc:encabezado" />
<xs:choice>
<xs:element minOccurs="0" name="idTransaccion" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="numeroLiquidacion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cuit" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{11}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cuil" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{11}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence>
<xs:element minOccurs="0" name="idSexo" nillable="true">
<xs:annotation>
<xs:documentation xml:lang="es"> 01 - Marculino 02 - Femenino Ref. Tabla: RCIVIL.VT_SEXO </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="01" />
<xs:enumeration value="02" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="numeroDocumento" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-z]{1,15}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EstadoTasaRetributivaResponse">
<xs:complexType>
<xs:sequence>
<xs:element db:index="6" db:type="RowSet" minOccurs="0" name="EstadoTasaRetributiva" nillable="true" type="db:EstadoTasaRetributivaRowSet" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="EstadoTasaRetributivaRowSet">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="EstadoTasaRetributivaRow">
<xs:complexType>
<xs:sequence>
<xs:element db:type="NUMBER" minOccurs="0" name="idTransaccion" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="numeroLiquidacionOriginal" nillable="true" type="db:string16" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="cuit" nillable="true" type="db:string11" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="idSexo" nillable="true" type="db:string2" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="numeroDocumento" nillable="true" type="db:string12" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="titularNombre" nillable="true" type="db:string250" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="titularDomicilio" nillable="true" type="db:string100" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="titularIdProvincia" nillable="true" type="db:string1" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="nProvincia" nillable="true" type="db:string60" />
<xs:element db:type="NUMBER" minOccurs="0" name="idConcepto" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="nConcepto" nillable="true" type="db:string200" />
<xs:element db:type="NUMBER" minOccurs="0" name="idEnte" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="nEnte" nillable="true" type="db:string200" />
<xs:element db:type="DATE" minOccurs="0" name="fechaEmision" nillable="true" type="xs:date" />
<xs:element db:type="DATE" minOccurs="0" name="fechaVencimiento" nillable="true" type="xs:date" />
<xs:element db:type="DATE" minOccurs="0" name="fechaCobro" nillable="true" type="xs:date" />
<xs:element db:type="DATE" minOccurs="0" name="fechaRendicion" nillable="true" type="xs:date" />
<xs:element db:type="NUMBER" minOccurs="0" name="importeTotal" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="usuarioDb" nillable="true" type="db:string30" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="pagado" nillable="true" type="db:string1" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="tipoPago" nillable="true" type="db:string10" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="enteRecaudador" nillable="true" type="db:string40" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="medioDePago" nillable="true" type="db:string200" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="string16">
<xs:restriction base="xs:string">
<xs:maxLength value="16" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string11">
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string2">
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12">
<xs:restriction base="xs:string">
<xs:maxLength value="12" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string250">
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string100">
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string1">
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string60">
<xs:restriction base="xs:string">
<xs:maxLength value="60" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string200">
<xs:restriction base="xs:string">
<xs:maxLength value="200" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string30">
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string10">
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string40">
<xs:restriction base="xs:string">
<xs:maxLength value="40" />
</xs:restriction>
</xs:simpleType>
</xs:schema>
<xs:schema>
<xs:import namespace="https://cba.gov.ar/Maestros/PersonaFisica/1.0.0" />
</xs:schema>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0">
<xs:complexType name="encabezado">
<xs:sequence>
<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>
</xs:complexType>
</xs:schema>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Resultado/1.0.0">
<xs:complexType name="resultado">
<xs:sequence>
<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:complexType>
<xs:sequence>
<xs:element minOccurs="1" name="mensaje">
<xs:complexType>
<xs:sequence>
<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>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
<xs: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>
</xs:schema>
</wsdl:types>
<wsdl:message name="requestMessage">
<wsdl:part element="inp2:EstadoTasaRetributivaRequest" name="EstadoTasaRetributivaInput" />
</wsdl:message>
<wsdl:message name="replyMessage">
<wsdl:part element="inp2:EstadoTasaRetributivaResponse" name="EstadoTasaRetributivaOutput" />
</wsdl:message>
<wsdl:message name="faultMessage">
<wsdl:part element="inp3:falla" name="EstadoTasaRetributivaFalla" />
</wsdl:message>
<wsdl:portType name="EstadoTasaRetributiva_ptt">
<wsdl:operation name="obtenerEstadoTasaRetributiva">
<wsdl:input message="inp2:requestMessage" />
<wsdl:output message="inp2:replyMessage" />
<wsdl:fault message="inp2:faultMessage" name="obtenerEstadoTasaRetributivafault" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="EstadoTasaRetributiva" type="inp2:EstadoTasaRetributiva_ptt">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerEstadoTasaRetributiva">
<soap:operation soapAction="obtenerEstadoTasaRetributiva" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Finanzas/EstadoTasaRetributiva/1.0.0" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body namespace="https://cba.gov.ar/Finanzas/EstadoTasaRetributiva/1.0.0" use="literal" />
</wsdl:output>
<wsdl:fault name="obtenerEstadoTasaRetributivafault">
<soap:fault name="obtenerEstadoTasaRetributivafault" use="literal" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="EstadoTasaRetributivaWSService">
<wsdl:port binding="inp2:EstadoTasaRetributiva" name="EstadoTasaRetributivaWSPort">
<soap:address location="http://datosinteroperables.cba.gov.ar/services/Finanzas/EstadoTasaRetributiva" />
</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