Ports:
Port: RegistroIndustriaQSPort
Source code:
URL Test:
https://datosinteroperables.test.cba.gov.ar
URL Preprod:
https://datosinteroperables.pre.cba.gov.ar
URL Producción:
https://datosinteroperables.cba.gov.ar
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:

  1. obtenerRegistroIndustriaDetailSource code
Descripción:
Este servicio tiene por objetivo brindar información de empresas empadronadas en el Registro de Industrias
Operations:

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions name="RegistroIndustria" targetNamespace="https://cba.gov.ar/IndustriaYComercio/RegistroIndustria/1.0.0"
xmlns:db="https://cba.gov.ar/IndustriaYComercio/RegistroIndustria/1.0.0"
xmlns:enc="https://cba.gov.ar/Comunes/Encabezado/1.0.0"
xmlns:inp1="https://cba.gov.ar/IndustriaYComercio/RegistroIndustria/1.0.0"
xmlns:inp2="https://cba.gov.ar/IndustriaYComercio/RegistroIndustria/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/IndustriaYComercio/RegistroIndustria/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/IndustriaYComercio/RegistroIndustria/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="obtenerRegistroIndustriaRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="encabezado" type="enc:encabezado" />
<xs:element maxOccurs="1" minOccurs="1" name="cuit">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{11}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="obtenerRegistroIndustriaResponse">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="VtSiicEstablGeo" type="db:VtSiicEstablGeo" />
<xs:element name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="VtSiicEstablGeo">
<xs:sequence>
<xs:element name="idEstablecimiento" type="xs:long" />
<xs:element name="idEmpresa" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="nombreEstablecimiento" nillable="true" type="xs:string" />
<xs:element name="numerooPlanta" type="xs:long" />
<xs:element minOccurs="0" name="habilitacion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="fechaInicio" nillable="true" type="xs:date" />
<xs:element minOccurs="0" name="establecimientoCompartido" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="añoOperativo" nillable="true" type="xs:decimal" />
<xs:element name="cuit" type="xs:string" />
<xs:element minOccurs="0" name="razonSocial" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="localidad" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="departamento" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="barrio" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="calle" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="altura" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="tipoCalle" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="cpa" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="piso" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="depto" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="torre" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="idLocalidad" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="idDepartamento" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="latitud" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="longitud" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="enActividad" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="idVin" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="sectorProdAct1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="tipoClanaeActiv1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nCodClanaeActiv1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nClanaeActiv1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="tipoclanaeActiv2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nCodClanaeActiv2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="nClanaeActiv2" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Encabezado/1.0.0">
<xsd:complexType name="encabezado">
<xsd:sequence>
<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:complexType>
</xsd:schema>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Comunes/Resultado/1.0.0">
<xsd:complexType name="resultado">
<xsd:sequence>
<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:complexType>
<xsd:sequence>
<xsd:element minOccurs="1" name="mensaje">
<xsd:complexType>
<xsd:sequence>
<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:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="https://cba.gov.ar/Maestros/PersonaFisica/1.0.0">
<xs:import namespace="https://cba.gov.ar/Comunes/Resultado/1.0.0" />
<xs:element name="falla">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="resultado" type="rdo:resultado" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="requestMessage">
<wsdl:part element="inp2:obtenerRegistroIndustriaRequest" name="obtenerRegistroIndustriainput" />
</wsdl:message>
<wsdl:message name="replyMessage">
<wsdl:part element="inp2:obtenerRegistroIndustriaResponse" name="obtenerRegistroIndustriaOutput" />
</wsdl:message>
<wsdl:portType name="RegistroIndustria">
<wsdl:operation name="obtenerRegistroIndustria">
<wsdl:input message="inp2:requestMessage" />
<wsdl:output message="inp2:replyMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RegistroIndustria" type="inp2:RegistroIndustria">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="obtenerRegistroIndustria">
<soap:operation soapAction="obtenerRegistroIndustria" style="document" />
<wsdl:input>
<soap:body namespace="https://cba.gov.ar/IndustriaYComercio/RegistroIndustria/1.0.0" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body namespace="https://cba.gov.ar/IndustriaYComercio/RegistroIndustria/1.0.0" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RegistroIndustriaQSService">
<wsdl:port binding="inp2:RegistroIndustria" name="RegistroIndustriaQSPort">
<soap:address location="http://datosinteroperables.cba.gov.ar/services/IndustriaYComercio/RegistroServicio" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

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