Descripción:
Obtener listado de beneficiarios registrados en el padron, a partir de un CUIL o DNI+SEXO especificoOperations:
- obtenerBeneficiariosPadronStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:obtenerBeneficiariosPadronInput:requestMessage (soap:body, use = literal)Source codeinputBeneficiariosPadron type obtenerBeneficiariosPadronRequestOutput:replyMessage (soap:body, use = literal)Source codeoutputBeneficiariosPadron type obtenerBeneficiariosPadronResponse
Port type: BeneficiariosPadronSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="BeneficiariosPadron" targetNamespace="https://cba.gov.ar/Servicios/BeneficiariosPadron/1.0.0"
xmlns:db="https://cba.gov.ar/Servicios/BeneficiariosPadron/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"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="https://cba.gov.ar/Servicios/BeneficiariosPadron/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/BeneficiariosPadron/1.0.0">
<xs:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:import namespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0" />
<xs:element name="obtenerBeneficiariosPadronRequest">
<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="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:element><xs:restriction base="xs:string">
</xs:simpleType><xs:pattern value="[A-Z][A-Z][A-Z]" />
</xs:restriction><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: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:sequence><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="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="obtenerBeneficiariosPadronResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="VtBeneficiariosPadron" type="db:VtBeneficiariosPadron" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xs:complexType name="VtBeneficiariosPadron">
</xs:schema><xs:sequence>
</xs:complexType><xs:element name="idSexo" type="xs:string" />
<xs:element name="nroDocumento" type="xs:string" />
<xs:element name="pais" type="xs:string" />
<xs:element name="idNumero" type="xs:long" />
<xs:element minOccurs="0" name="apellido" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cuil" nillable="true" type="xs:string" />
<xs:element name="idPrograma" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nombrePrograma" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="fechaOtorgamiento" nillable="true" type="xs:date" />
<xs:element minOccurs="0" name="mes" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="año" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="fechaUltimaActualizacion" nillable="true" type="xs:date" />
</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="tns:obtenerBeneficiariosPadronResponse" name="outputBeneficiariosPadron" />
</wsdl:message><wsdl:message name="requestMessage">
<wsdl:part element="tns:obtenerBeneficiariosPadronRequest" name="inputBeneficiariosPadron" />
</wsdl:message><wsdl:portType name="BeneficiariosPadron">
<wsdl:operation name="obtenerBeneficiariosPadron">
</wsdl:portType><wsdl:input message="tns:requestMessage" />
<wsdl:output message="tns:replyMessage" />
</wsdl:operation><wsdl:binding name="BeneficiariosPadron" type="tns:BeneficiariosPadron">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerBeneficiariosPadron">
</wsdl:binding><soap:operation soapAction="obtenerBeneficiariosPadron" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Servicios/BeneficiariosPadron/1.0.0" use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><soap:body namespace="https://cba.gov.ar/Servicios/BeneficiariosPadron/1.0.0" use="literal" />
</wsdl:output><wsdl:service name="BeneficiariosPadronQSService">
</wsdl:definitions><wsdl:port binding="tns:BeneficiariosPadron" name="BeneficiariosPadronQSPort">
</wsdl:service><soap:address location="http://datosinteroperables.cba.gov.ar/services/Servicios/BeneficiariosPadron" />
</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