Description:
OSB Service
Ports:
Port: TramitesARecibirPorUnidadQSPort
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
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:

  1. obtenerTramitesARecibirPorUnidadDetailSource code
Descripción:
Este servicio fue creado para brindar a todo organismo requirente la información sobre los trámites generados en SUAC y que se encuentren en el estado "A Recibir" por parte de la unidad consultante
Operations:

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions name="TramitesARecibirPorUnidad" targetNamespace="https://cba.gov.ar/Servicios/TramitesARecibirPorUnidad/1.0.0"
xmlns:WL5G3N2="http://schemas.xmlsoap.org/wsdl/"
xmlns:WL5G3N3="https://cba.gov.ar/Servicios/TramitesARecibirPorUnidad/1.0.0"
xmlns:WL5G3N4="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/Servicios/TramitesARecibirPorUnidad/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"
>
<xsd:import namespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0" />
<xsd:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:element name="obtenerTramiteARecibirPorUnidadRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="encabezado" type="enc:encabezado" />
<xs:element maxOccurs="1" minOccurs="1" name="codigoUnidad" type="string" />
<xs:element maxOccurs="1" minOccurs="1" name="fechaDesde">
<xs:annotation>
<xs:documentation xml:lang="es"> Formato fecha: "yyyy-mm-dd" </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="date">
<xs:minInclusive value="1950-01-01" />
<xs:maxInclusive value="2100-01-01" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="fechaHasta">
<xs:annotation>
<xs:documentation xml:lang="es"> Formato fecha: "yyyy-mm-dd" </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="date">
<xs:minInclusive value="1950-01-01" />
<xs:maxInclusive value="2100-01-01" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="obtenerTramiteARecibirPorUnidadResponse">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="tramitesARecibirPorUnidad" type="db:tramitesARecibirPorUnidad" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="tramitesARecibirPorUnidad">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="tramite">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="numeroTramite" nillable="true" type="string" />
<xs:element minOccurs="0" name="numeroSticker" type="string" />
<xs:element minOccurs="0" name="asunto" type="string" />
<xs:element minOccurs="0" name="fechaCreacion" type="date" />
<xs:element minOccurs="0" name="nombreIniciador" nillable="true" type="string" />
<xs:element minOccurs="0" name="numeroDocumento" nillable="true" type="string" />
<xs:element minOccurs="0" name="areaEstado" type="string" />
<xs:element name="codigoUnidad" type="string" />
<xs:element minOccurs="0" name="fechaEstado" type="date" />
<xs:element minOccurs="0" name="nombreTipoTramite" type="string" />
<xs:element minOccurs="0" name="nombreSubtipoTramite" type="string" />
<xs:element name="idTramiteDigital" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="tipoDigital" nillable="true" type="string" />
<xs:element minOccurs="0" name="codigoUnidadActual" nillable="true" type="string" />
<xs:element minOccurs="0" name="nombreUnidadActual" nillable="true" type="string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xsd:schema>
<xsd: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>
</xsd:schema>
<xsd: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>
</xsd:schema>
</wsdl:types>
<wsdl:message name="replyMessage">
<wsdl:part element="WL5G3N3:obtenerTramiteARecibirPorUnidadResponse" name="obtenerTramitesARecibirPorUnidadOutput" />
</wsdl:message>
<wsdl:message name="requestMessage">
<wsdl:part element="WL5G3N3:obtenerTramiteARecibirPorUnidadRequest" name="obtenerTramitesARecibirPorUnidadInput" />
</wsdl:message>
<wsdl:portType name="TramitesARecibirPorUnidad">
<wsdl:operation name="obtenerTramitesARecibirPorUnidad">
<wsdl:input message="WL5G3N3:requestMessage" />
<wsdl:output message="WL5G3N3:replyMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="TramitesARecibirPorUnidad" type="WL5G3N3:TramitesARecibirPorUnidad">
<WL5G3N4:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerTramitesARecibirPorUnidad">
<WL5G3N4:operation soapAction="obtenerTramitesARecibirPorUnidad" style="document" />
<wsdl:input>
<WL5G3N4:body namespace="https://cba.gov.ar/Servicios/TramitesARecibirPorUnidad/1.0.0" use="literal" />
</wsdl:input>
<wsdl:output>
<WL5G3N4:body namespace="https://cba.gov.ar/Servicios/TramitesARecibirPorUnidad/1.0.0" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TramitesARecibirPorUnidadQSService">
<WL5G3N2:documentation>OSB Service</WL5G3N2:documentation>
<wsdl:port binding="WL5G3N3:TramitesARecibirPorUnidad" name="TramitesARecibirPorUnidadQSPort">
<WL5G3N4:address location="http://datosinteroperables.cba.gov.ar/services/Servicios/TramitesARecibirPorUnidad" />
</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