Descripción:
Este servicio muestra información referida a los datos catastrales de las parcelas. Mediante el ingreso del número catastral, o nro de cuenta (de rentas), se obtienen los datos catastralesOperations:
- obtenerDatosParcelaStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:obtenerDatosParcelaInput:requestMessage (soap:body, use = literal)Source codeDatosParcelaInput type DatosParcelaRequestOutput:replyMessage (soap:body, use = literal)Source codeDatosParcelaOutput type DatosParcelaResponse
Port type: DatosParcelaSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="DatosParcela" targetNamespace="https://cba.gov.ar/Maestros/DatosParcela/1.0.0"
xmlns:db="https://cba.gov.ar/Maestros/DatosParcela/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/Maestros/DatosParcela/1.0.0"
xmlns:inp2="https://cba.gov.ar/Maestros/DatosParcela/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/Maestros/DatosParcela/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/Maestros/DatosParcela/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="DatosParcelaRequest">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element name="encabezado" type="enc:encabezado" />
<xs:choice>
</xs:sequence><xs:element maxOccurs="1" minOccurs="1" name="nomenclatura" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="cuenta" type="xs:string" />
<xs:element maxOccurs="1" minOccurs="1" name="matricula" type="xs:string" />
</xs:choice><xs:element name="DatosParcelaResponse">
<xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element db:index="1" db:type="RowSet" maxOccurs="1" minOccurs="0" name="datosParcela" nillable="true" type="db:datosParcela" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence><xs:complexType name="datosParcela">
<xs:sequence>
</xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="datosParcelaRow">
</xs:sequence><xs:complexType>
</xs:element><xs:sequence>
</xs:complexType><xs:element db:type="VARCHAR2" minOccurs="0" name="nomenclatura" nillable="true" type="db:string21" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="parcela" nillable="true" type="db:string21" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="tipoParcela" nillable="true" type="db:string6" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="metodoValuatorio" nillable="true" type="db:string6" />
<xs:element db:type="NUMBER" minOccurs="0" name="cuenta" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="phUnidad" nillable="true" type="db:string5" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="estado" nillable="true" type="db:string15" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="numeroCarpetaPH" nillable="true" type="db:string100" />
<xs:element db:type="DATE" minOccurs="0" name="fechaVigenciaDesde" nillable="true" type="xs:date" />
<xs:element db:type="DATE" minOccurs="0" name="fechaVigenciaHasta" nillable="true" type="xs:date" />
<xs:element db:type="DATE" minOccurs="0" name="cuentaFechaBaja" nillable="true" type="xs:date" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="codigoBaja" nillable="true" type="db:string1" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="desigOficial" nillable="true" type="db:string100" />
<xs:element db:type="NUMBER" minOccurs="0" name="porcentajeCopropiedad" nillable="true" type="xs:decimal" />
<xs:element db:type="NUMBER" minOccurs="0" name="superficieTierraUrbana" nillable="true" type="xs:decimal" />
<xs:element db:type="NUMBER" minOccurs="0" name="superficieTierraRuralHA" nillable="true" type="xs:decimal" />
<xs:element db:type="NUMBER" minOccurs="0" name="superficieMejoras" nillable="true" type="xs:decimal" />
<xs:element db:type="NUMBER" minOccurs="0" name="parEntityId" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="ubicacion" nillable="true" type="db:string245" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="cpa" nillable="true" type="db:string8" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="domicilioPiso" nillable="true" type="db:string10" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="domicilioDepartamentoOficina" nillable="true" type="db:string10" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="domicilioMonoblockTorre" nillable="true" type="db:string10" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="domicilioCuerpo" nillable="true" type="db:string10" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="cuentaDomicilioRentas" nillable="true" type="db:string200" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="pauMatricula" nillable="true" type="db:string21" />
<xs:element db:type="DATE" minOccurs="0" name="cuentaFechaAlta" nillable="true" type="xs:date" />
<xs:element db:type="DATE" minOccurs="0" name="cuentaFechaUltimaModificacion" nillable="true" type="xs:date" />
<xs:element db:type="NUMBER" minOccurs="0" name="demSCCubTotal" nillable="true" type="xs:decimal" />
<xs:element db:type="NUMBER" minOccurs="0" name="demSPCubTotal" nillable="true" type="xs:decimal" />
<xs:element db:type="VARCHAR2" minOccurs="0" name="cctDescripcion" nillable="true" type="db:string1000" />
</xs:sequence><xs:simpleType name="string21">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="21" />
</xs:restriction><xs:simpleType name="string6">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="6" />
</xs:restriction><xs:simpleType name="string5">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="5" />
</xs:restriction><xs:simpleType name="string15">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="15" />
</xs:restriction><xs:simpleType name="string100">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="100" />
</xs:restriction><xs:simpleType name="string1">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="1" />
</xs:restriction><xs:simpleType name="string245">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="245" />
</xs:restriction><xs:simpleType name="string8">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="8" />
</xs:restriction><xs:simpleType name="string10">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="10" />
</xs:restriction><xs:simpleType name="string200">
<xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="200" />
</xs:restriction><xs:simpleType name="string1000">
</xs:schema><xs:restriction base="xs:string">
</xs:simpleType><xs:maxLength value="1000" />
</xs:restriction><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="inp2:DatosParcelaResponse" name="DatosParcelaOutput" />
</wsdl:message><wsdl:message name="requestMessage">
<wsdl:part element="inp2:DatosParcelaRequest" name="DatosParcelaInput" />
</wsdl:message><wsdl:portType name="DatosParcela">
<wsdl:operation name="obtenerDatosParcela">
</wsdl:portType><wsdl:input message="inp2:requestMessage" />
<wsdl:output message="inp2:replyMessage" />
</wsdl:operation><wsdl:binding name="DatosParcela" type="inp2:DatosParcela">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerDatosParcela">
</wsdl:binding><soap:operation soapAction="obtenerDatosParcela" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/Maestros/DatosParcela/1.0.0" use="literal" />
</wsdl:input><wsdl:output>
</wsdl:operation><soap:body namespace="https://cba.gov.ar/Maestros/DatosParcela/1.0.0" use="literal" />
</wsdl:output><wsdl:service name="DatosParcelaQSService">
</wsdl:definitions><wsdl:port binding="inp2:DatosParcela" name="DatosParcelaQSPort">
</wsdl:service><soap:address location="http://datosinteroperables.cba.gov.ar/services/Maestros/DatosParcela" />
</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