Descripción:
A partir de un número de trámite dado se obtienen las ubicaciones (pases) pasada, presente y futura del mismo en el sistema SUAC del Gobierno de la Provincia de Córdoba (en el documento de especificación se explican los requerimientos de Integración en el Sistema Único de Atención al Ciudadano SUAC)Operations:
- buscarPaseTramiteSUACOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:buscarPaseTramiteSUACInput:requestMessage (soap:body, use = literal)Source codepaseTramiteRequest type paseTramiteRequestOutput:replyMessage (soap:body, use = literal)Source codepaseTramiteResponse type paseTramiteResponseFault:faultMessage (soap:fault, use = literal)Source codepaseTramiteError type falla
- buscarPaseTramiteSUACPorStickerStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:buscarPaseTramiteSUACPorStickerInput:requestMessageSticker (soap:body, use = literal)Source codepaseTramiteResponseInput type paseTramitePersonaPorStickerRequestOutput:replyMessageSticker (soap:body, use = literal)Source codepaseTramiteResponseOutput type paseTramitePersonaPorStickerResponse
Port type: paseTramiteSUACSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="paseTramiteSUAC" targetNamespace="https://cba.gov.ar/Servicios/paseTramiteSUAC/1.0.0"
xmlns:db="https://cba.gov.ar/Servicios/paseTramiteSUAC/1.0.0"
xmlns:dbstk="https://cba.gov.ar/Servicios/paseTramitePorSticker/1.0.0"
xmlns:inp1="https://cba.gov.ar/Servicios/paseTramiteSUAC/1.0.0"
xmlns:inp2="https://cba.gov.ar/Servicios/paseTramiteSUAC/1.0.0"
xmlns:inp3="https://cba.gov.ar/Maestros/PersonaFisica/1.0.0"
xmlns:inp4="https://cba.gov.ar/Servicios/paseTramitePorSticker/1.0.0"
xmlns:inp5="https://cba.gov.ar/Servicios/paseTramitePorSticker/1.0.0"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="https://cba.gov.ar/Servicios/paseTramiteSUAC/1.0.0"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
><wsdl:types>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Servicios/paseTramiteSUAC/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="paseTramiteRequest">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="encabezado" type="enc:encabezado" />
<xs:choice maxOccurs="1" minOccurs="1">
</xs:sequence><xs:element maxOccurs="1" minOccurs="1" name="PID_TRAMITE" nillable="false" type="xs:decimal" />
<xs:element maxOccurs="1" minOccurs="1" name="sticker" nillable="false" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="numeroTramite" nillable="false" type="xs:string" />
</xs:choice><xs:element name="paseTramiteResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element db:type="RowSet" minOccurs="0" name="pUnidades" nillable="true" type="db:pUnidades_RowSet" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xs:complexType name="pUnidades_RowSet">
<xs:sequence>
</xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="pUnidades_Row">
</xs:sequence><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element db:type="NUMBER" minOccurs="0" name="casoUnidad" nillable="true" type="xs:decimal" />
<xs:element db:type="NUMBER" minOccurs="0" name="idUnidad" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="numeroUnidad" nillable="true" type="db:string2000" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="idUsuario" nillable="true" type="db:string32" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="ministerio" nillable="true" type="db:string4000" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="codigoUnidad" nillable="true" type="xs:string" />
</xs:sequence><xs:simpleType name="string2000">
<xs:restriction base="xs:string" />
</xs:simpleType><xs:simpleType name="string32">
<xs:restriction base="xs:string" />
</xs:simpleType><xs:simpleType name="string4000">
</xs:schema><xs:restriction base="xs:string" />
</xs:simpleType><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Servicios/paseTramitePorSticker/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="paseTramitePersonaPorStickerRequest">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="encabezado" type="enc:encabezado" />
<xs:element maxOccurs="1" minOccurs="1" name="sticker" nillable="false" type="xs:string" />
</xs:sequence><xs:element name="paseTramitePersonaPorStickerResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element db:type="RowSet" minOccurs="0" name="pUnidades" nillable="true" type="dbstk:pUnidades_RowSet" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xs:complexType name="pUnidades_RowSet">
<xs:sequence>
</xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="pUnidades_Row">
</xs:sequence><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element dbstk:type="NUMBER" minOccurs="0" name="casoUnidad" nillable="true" type="xs:decimal" />
<xs:element dbstk:type="NUMBER" minOccurs="0" name="idUnidad" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="numeroUnidad" nillable="true" type="dbstk:string2000" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="idUsuario" nillable="true" type="dbstk:string32" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="ministerio" nillable="true" type="dbstk:string4000" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="codigoUnidad" nillable="true" type="xs:string" />
</xs:sequence><xs:simpleType name="string2000">
<xs:restriction base="xs:string" />
</xs:simpleType><xs:simpleType name="string32">
<xs:restriction base="xs:string" />
</xs:simpleType><xs:simpleType name="string4000">
</xs:schema><xs:restriction base="xs:string" />
</xs:simpleType><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
><xsd:complexType name="encabezado">
</xsd:schema><xsd:sequence>
</xsd:complexType><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:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Resultado/1.0.0"
xmlns:rdo="https://cba.gov.ar/Comunes/Resultado/1.0.0"
><xsd:complexType name="resultado">
</xsd:schema><xsd:sequence>
</xsd:complexType><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:sequence><xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><xsd:element minOccurs="1" name="mensaje">
</xsd:sequence><xsd:complexType>
</xsd:element><xsd:sequence>
</xsd:complexType><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:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Maestros/PersonaFisica/1.0.0"
</wsdl:types> xmlns:rdo="https://cba.gov.ar/Comunes/Resultado/1.0.0"
><xs:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:element name="falla">
</xsd:schema><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="1" name="resultado" type="rdo:resultado" />
</xs:sequence><wsdl:message name="replyMessageSticker">
<wsdl:part element="dbstk:paseTramitePersonaPorStickerResponse" name="paseTramiteResponseOutput" />
</wsdl:message><wsdl:message name="faultMessage">
<wsdl:part element="inp3:falla" name="paseTramiteError" />
</wsdl:message><wsdl:message name="replyMessage">
<wsdl:part element="inp2:paseTramiteResponse" name="paseTramiteResponse" />
</wsdl:message><wsdl:message name="requestMessageSticker">
<wsdl:part element="dbstk:paseTramitePersonaPorStickerRequest" name="paseTramiteResponseInput" />
</wsdl:message><wsdl:message name="requestMessage">
<wsdl:part element="inp2:paseTramiteRequest" name="paseTramiteRequest" />
</wsdl:message><wsdl:portType name="paseTramiteSUAC">
<wsdl:operation name="buscarPaseTramiteSUAC">
<wsdl:input message="inp2:requestMessage" />
<wsdl:output message="inp2:replyMessage" />
<wsdl:fault message="inp2:faultMessage" name="buscarPaseTramiteSUACfault" />
</wsdl:operation><wsdl:operation name="buscarPaseTramiteSUACPorSticker">
</wsdl:portType><wsdl:input message="inp2:requestMessageSticker" />
<wsdl:output message="inp2:replyMessageSticker" />
</wsdl:operation><wsdl:binding name="paseTramiteSUAC" type="inp2:paseTramiteSUAC">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="buscarPaseTramiteSUAC">
<soap:operation soapAction="buscarPaseTramiteSUAC" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input><wsdl:output>
<soap:body use="literal" />
</wsdl:output><wsdl:fault name="buscarPaseTramiteSUACfault">
</wsdl:operation><soap:fault name="buscarPaseTramiteSUACfault" use="literal" />
</wsdl:fault><wsdl:operation name="buscarPaseTramiteSUACPorSticker">
</wsdl:binding><soap:operation soapAction="buscarPaseTramiteSUACPorSticker" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><soap:body use="literal" />
</wsdl:output><wsdl:service name="paseTramiteSUAC">
</wsdl:definitions><wsdl:port binding="inp2:paseTramiteSUAC" name="paseTramiteSUAC">
</wsdl:service><soap:address location="http://datosinteroperables.cba.gov.ar/services/Servicios/paseTramiteSUAC" />
</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