Ports:
Port: TurnosQSPort
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. obtenerTurnosDetailSource code
Descripción:
Este servicio permite obtener un listado con todos los turnos pedidos por un ciudadano, desde los últimos 3 meses hasta 3 meses posteriores al día de la fecha que se realiza la consulta. Permite la consulta por sexo, nro de documento, cod. de país e id número o por Cuil
Operations:

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions name="Turnos" targetNamespace="https://cba.gov.ar/Servicios/Turnos/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/Servicios/Turnos/1.0.0"
xmlns:inp2="https://cba.gov.ar/Servicios/Turnos/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/Servicios/Turnos/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/Servicios/Turnos/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="obtenerTurnosRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="encabezado" type="enc:encabezado" />
<xs:choice maxOccurs="1" minOccurs="1">
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="codigoPais">
<xs:annotation>
<xs:documentation xml:lang="es"> ID Descripcion ARG Argentina BOL Bolivia, Plurinational State of BRA Brazil CHL Chile COL Colombia CRI Costa Rica CUB Cuba ECU Ecuador ESP Spain GTM Guatemala HTI Haiti PER Peru PRI Puerto Rico PRY Paraguay URY Uruguay USA United States VEN Venezuela, Bolivarian Republic of Ref. Tabla: DOM_MANAGER.VT_PAISES </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z][A-Z][A-Z]" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="idSexo">
<xs:annotation>
<xs:documentation xml:lang="es"> 01 - Marculino 02 - Femenino 04 - No Binario 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:enumeration value="04" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="numeroDocumento">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-z]{1,15}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="idNumero">
<xs:simpleType>
<xs:restriction base="xs:decimal" />
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="cuil">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{11}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="obtenerTurnosResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="turnos" nillable="true" type="db:turnos" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="turnos">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="turno">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="cuil" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="idSexo" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="paiCodPais" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="nroDocumento" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="idNumero" nillable="true" type="xs:decimal" />
<xs:element maxOccurs="1" minOccurs="0" name="apellido" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="nombre" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="fechaHoraTurno" nillable="true" type="xs:dateTime" />
<xs:element maxOccurs="1" minOccurs="0" name="medioRegistro" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="lugar" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="tramite" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="estado" 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="replyMessageTurnos">
<wsdl:part element="inp2:obtenerTurnosResponse" name="outputTurnos" />
</wsdl:message>
<wsdl:message name="requestMessageTurnos">
<wsdl:part element="inp2:obtenerTurnosRequest" name="inputTurnos" />
</wsdl:message>
<wsdl:portType name="Turnos_ptt">
<wsdl:operation name="obtenerTurnos">
<wsdl:input message="inp2:requestMessageTurnos" />
<wsdl:output message="inp2:replyMessageTurnos" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="Turnos" type="inp2:Turnos_ptt">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerTurnos">
<soap:operation soapAction="obtenerTurnos" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Servicios/Turnos/1.0.0" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body namespace="https://cba.gov.ar/Servicios/Turnos/1.0.0" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="TurnosQSService">
<wsdl:port binding="inp2:Turnos" name="TurnosQSPort">
<soap:address location="http://datosinteroperables.cba.gov.ar/services/Servicios/Turnos" />
</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