Descripción:
Crea un trámite referente Operations:
- crearTramiteReferenteStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:crearTramiteReferenteInput:requestMessage (imp3:body, use = literal)Source codecrearTramiteReferenteInput type crearTramiteReferenteRequestOutput:replyMessage (imp3:body, use = literal)Source codecrearTramiteReferenteOutput type crearTramiteReferenteResponse
Port type: TramiteReferenteSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="TramiteReferente" targetNamespace="https://cba.gov.ar/Servicios/TramiteReferente/1.0.0"
xmlns:db="https://cba.gov.ar/Servicios/TramiteReferente/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:imp1="http://schemas.xmlsoap.org/wsdl/"
xmlns:imp2="https://cba.gov.ar/Servicios/TramiteReferente/1.0.0"
xmlns:imp3="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:rdo="https://cba.gov.ar/Comunes/Resultado/1.0.0"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
><wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Servicios/TramiteReferente/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="crearTramiteReferenteRequest">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="encabezado" type="enc:encabezado" />
<xs:element maxOccurs="1" minOccurs="1" name="nroTramiteSticker" type="xs:string">
<xs:annotation>
</xs:element><xs:documentation xml:lang="es"> Número de Trámite o
Sticker</xs:documentation>
</xs:annotation><xs:element maxOccurs="1" minOccurs="1" name="tipoReferente">
<xs:annotation>
<xs:documentation xml:lang="es">
A=Anexo
R=Referente
C=Cuerpo
K=Corresponde
</xs:documentation>
</xs:annotation><xs:simpleType>
</xs:element><xs:restriction base="xs:string">
</xs:simpleType><xs:enumeration value="A" />
<xs:enumeration value="R" />
<xs:enumeration value="C" />
<xs:enumeration value="K" />
<xs:enumeration value="a" />
<xs:enumeration value="r" />
<xs:enumeration value="c" />
<xs:enumeration value="k" />
</xs:restriction><xs:element maxOccurs="1" minOccurs="1" name="idUsuario" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="codigoUnidad" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="idSubTipo" type="xs:decimal" />
<xs:element maxOccurs="1" minOccurs="1" name="asunto" type="xs:string" />
</xs:sequence><xs:element name="crearTramiteReferenteResponse">
</xs:schema><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element maxOccurs="1" minOccurs="0" name="nroTramiteReferente" nillable="true" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="0" name="nroStickerReferente" nillable="true" type="xs:string" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="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">
<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><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="replyMessage">
<wsdl:part element="imp2:crearTramiteReferenteResponse" name="crearTramiteReferenteOutput" />
</wsdl:message><wsdl:message name="requestMessage">
<wsdl:part element="imp2:crearTramiteReferenteRequest" name="crearTramiteReferenteInput" />
</wsdl:message><wsdl:portType name="TramiteReferente">
<wsdl:operation name="crearTramiteReferente">
</wsdl:portType><wsdl:input message="imp2:requestMessage" />
<wsdl:output message="imp2:replyMessage" />
</wsdl:operation><wsdl:binding name="TramiteReferente" type="imp2:TramiteReferente">
<imp3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="crearTramiteReferente">
</wsdl:binding><imp3:operation soapAction="crearTramiteReferente" style="document" />
<wsdl:input>
<imp3:body namespace="https://cba.gov.ar/Servicios/TramiteReferente/1.0.0" use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><imp3:body namespace="https://cba.gov.ar/Servicios/TramiteReferente/1.0.0" use="literal" />
</wsdl:output><wsdl:service name="TramiteReferenteQSService">
</wsdl:definitions><imp1:documentation>Talend_Service</imp1:documentation>
<wsdl:port binding="imp2:TramiteReferente" name="TramiteReferenteQSPort">
</wsdl:service><imp3:address location="http://datosinteroperables.cba.gov.ar/services/Servicios/TramiteReferente" />
</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