Descripción:
Este servicio devuelve la lista de vínculos y sus características, declaradas en Registro Civil Digital, para una persona según su número de documento y sexo o su número de CUIL Operations:
- obtenerVinculosPersonaStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:obtenerVinculosPersonaInput:requestMessage (soap:body, use = literal)Source codevinculosPersonaInput type obtenerVinculosPersonaRequestOutput:replyMessage (soap:body, use = literal)Source codevinculosPersonaOutput type obtenerVinculosPersonaResponse
Port type: VinculosPersonaSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="VinculosPersona" targetNamespace="https://cba.gov.ar/Servicios/VinculosPersona/1.0.0"
xmlns:db="https://cba.gov.ar/Servicios/VinculosPersona/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/Servicios/VinculosPersona/1.0.0"
xmlns:inp2="https://cba.gov.ar/Servicios/VinculosPersona/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/VinculosPersona/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/VinculosPersona/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="obtenerVinculosPersonaRequest">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="encabezado" type="enc:encabezado" />
<xs:choice maxOccurs="1" minOccurs="1">
</xs:sequence><xs:sequence maxOccurs="1" minOccurs="0">
<xs:element maxOccurs="1" minOccurs="1" name="idSexo">
<xs:annotation>
<xs:documentation xml:lang="es">
01 - Marculino
02 - Femenino
04 - Otro
Ref. Tabla: RCIVIL.VT_SEXO
</xs:documentation>
</xs:annotation><xs:simpleType>
</xs:element><xs:restriction base="xs:string">
</xs:simpleType><xs:enumeration value="01" />
<xs:enumeration value="02" />
<xs:enumeration value="04" />
</xs:restriction><xs:element maxOccurs="1" minOccurs="1" name="numeroDocumento">
<xs:simpleType>
</xs:element><xs:restriction base="xs:string">
</xs:simpleType><xs:pattern value="[0-9a-zA-z]{1,15}" />
</xs:restriction><xs:element maxOccurs="1" minOccurs="0" name="fechaNacimiento">
</xs:sequence><xs:annotation>
<xs:documentation xml:lang="es">
Formato fecha: "yyyy-mm-dd"
</xs:documentation>
</xs:annotation><xs:simpleType>
</xs:element><xs:restriction base="xs:date">
</xs:simpleType><xs:minInclusive value="1950-01-01" />
<xs:maxInclusive value="2100-01-01" />
</xs:restriction><xs:element maxOccurs="1" minOccurs="1" name="cuil">
</xs:choice><xs:simpleType>
</xs:element><xs:restriction base="xs:string">
</xs:simpleType><xs:pattern value="[0-9]{11}" />
</xs:restriction><xs:element name="obtenerVinculosPersonaResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element db:index="1" db:type="RowSet" maxOccurs="unbounded" minOccurs="0" name="VinculosPersona" nillable="true" type="db:VinculosPersona" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xs:complexType name="VinculosPersona">
<xs:sequence>
</xs:complexType><xs:element db:type="VARCHAR2" minOccurs="0" name="numeroDocumento" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="idSexo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="cuil" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="apellidoYNombre" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="fechaNacimiento" nillable="true" type="xs:string" />
<xs:element db:type="CHAR" minOccurs="0" name="fuenteNacimiento" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="fechaFallecimiento" nillable="true" type="xs:string" />
<xs:element db:type="CHAR" minOccurs="0" name="fuenteFallecimiento" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="vinculo" nillable="true" type="xs:string" />
<xs:element db:type="CHAR" minOccurs="0" name="fuenteVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="fechaVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="dniVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="sexoVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="cuilVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="apellidoYNombreVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="fechaNacimientoVinculo" nillable="true" type="xs:string" />
<xs:element db:type="CHAR" minOccurs="0" name="fuenteNacimientoVinculo" nillable="true" type="xs:string" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="fechaDefuncionVinculo" nillable="true" type="xs:string" />
<xs:element db:type="CHAR" minOccurs="0" name="fuenteDefuncionVinculo" nillable="true" type="xs:string" />
</xs:sequence><xs:element name="NewOperation">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="in" type="xs:string" />
</xs:sequence><xs:element name="NewOperationResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="out" type="xs:string" />
</xs:sequence><xs:element name="NewOperationResponse1">
</xs:schema><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="out" type="xs:string" />
</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="NewOperationRequest">
<wsdl:part element="inp2:NewOperation" name="parameters" />
</wsdl:message><wsdl:message name="NewOperationResponse">
<wsdl:part element="inp2:NewOperationResponse" name="parameters" />
</wsdl:message><wsdl:message name="replyMessage">
<wsdl:part element="inp2:obtenerVinculosPersonaResponse" name="vinculosPersonaOutput" />
</wsdl:message><wsdl:message name="NewOperationResponse1">
<wsdl:part element="inp2:NewOperationResponse1" name="parameters" />
</wsdl:message><wsdl:message name="requestMessage">
<wsdl:part element="inp2:obtenerVinculosPersonaRequest" name="vinculosPersonaInput" />
</wsdl:message><wsdl:portType name="VinculosPersona">
<wsdl:operation name="obtenerVinculosPersona">
</wsdl:portType><wsdl:input message="inp2:requestMessage" />
<wsdl:output message="inp2:replyMessage" />
</wsdl:operation><wsdl:binding name="VinculosPersona" type="inp2:VinculosPersona">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerVinculosPersona">
</wsdl:binding><soap:operation soapAction="obtenerVinculosPersona" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Servicios/VinculosPersona/1.0.0" use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><soap:body namespace="https://cba.gov.ar/Servicios/VinculosPersona/1.0.0" use="literal" />
</wsdl:output><wsdl:service name="VinculosPersonaQSService">
</wsdl:definitions><wsdl:port binding="inp2:VinculosPersona" name="VinculosPersonaQSPort">
</wsdl:service><soap:address location="http://datosinteroperables.cba.gov.ar/services/Servicios/VinculosPersona" />
</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