<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://www.urbano.com.ar/webservice/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="https://www.urbano.com.ar/webservice/">
<types>
<xsd:schema targetNamespace="https://www.urbano.com.ar/webservice/"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="domicilio">
  <xsd:all>
   <xsd:element name="direccion" type="xsd:string" use="required"/>
   <xsd:element name="altura" type="xsd:integer"/>
   <xsd:element name="piso" type="xsd:string"/>
   <xsd:element name="departamento" type="xsd:string"/>
   <xsd:element name="codigoPostal" type="xsd:string"/>
   <xsd:element name="localidad" type="xsd:string"/>
   <xsd:element name="provincia" type="xsd:string"/>
   <xsd:element name="latitud" type="xsd:float"/>
   <xsd:element name="longitud" type="xsd:float"/>
   <xsd:element name="telefono" type="xsd:string" minOccurs="0" maxOccurs="2"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="persona">
  <xsd:all>
   <xsd:element name="tipoDocumento" type="xsd:tipoDocumento"/>
   <xsd:element name="numeroDocumento" type="xsd:integer"/>
   <xsd:element name="nombre" type="xsd:string" use="required"/>
   <xsd:element name="email" type="xsd:string" minOccurs="0" maxOccurs="2"/>
   <xsd:element name="telefono" type="xsd:string"/>
   <xsd:element name="celular" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="autentificacion">
  <xsd:all>
   <xsd:element name="shipper" type="xsd:integer" use="required"/>
   <xsd:element name="password" type="xsd:string" use="required"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="movimiento">
  <xsd:complexContent>
   <xsd:restriction base="all">
    <xsd:attribute name="check" type="xsd:string"/>
    <xsd:attribute name="descripcion" type="xsd:string"/>
    <xsd:attribute name="checkFecha" type="xsd:date"/>
    <xsd:attribute name="agencia" type="xsd:string"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="pieza">
  <xsd:all>
   <xsd:element name="largo" type="xsd:float"/>
   <xsd:element name="alto" type="xsd:float"/>
   <xsd:element name="ancho" type="xsd:float"/>
   <xsd:element name="peso" type="xsd:float"/>
   <xsd:element name="almacen" type="xsd:string" minOccurs="0"/>
   <xsd:element name="emplazamiento" type="xsd:string" minOccurs="0"/>
   <xsd:element name="lote" type="xsd:string" minOccurs="0"/>
   <xsd:element name="serie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="vtoLote" type="xsd:string" minOccurs="0"/>
   <xsd:element name="CodBulto" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="sucursal">
  <xsd:complexContent>
   <xsd:restriction base="all">
    <xsd:attribute name="latitud" type="xsd:string"/>
    <xsd:attribute name="longitud" type="xsd:string"/>
    <xsd:attribute name="nombre" type="xsd:string"/>
    <xsd:attribute name="codigo" type="xsd:string"/>
    <xsd:attribute name="direccion" type="xsd:string"/>
    <xsd:attribute name="codigoPostal" type="xsd:string"/>
    <xsd:attribute name="telefono" type="xsd:string"/>
    <xsd:attribute name="distancia" type="xsd:string"/>
    <xsd:attribute name="entrecalles" type="xsd:string"/>
    <xsd:attribute name="municipalidad" type="xsd:string"/>
    <xsd:attribute name="localidad" type="xsd:string"/>
    <xsd:attribute name="provincia" type="xsd:string"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="requestTracking">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="codigoSeguimiento" type="xsd:string"/>
   <xsd:element name="codigoAlternativo" type="xsd:string"/>
   <xsd:element name="fechaDesde" type="xsd:date"/>
   <xsd:element name="fechaHasta" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responseTracking">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="codGestion" type="xsd:string"/>
   <xsd:element name="shipper" type="xsd:string"/>
   <xsd:element name="nombreCliente" type="xsd:string"/>
   <xsd:element name="producto" type="xsd:string"/>
   <xsd:element name="fecha" type="xsd:date"/>
   <xsd:element name="estado" type="xsd:string"/>
   <xsd:element name="direccion" type="tns:domicilio"/>
   <xsd:element name="movimientos" type="tns:movimiento"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestTrackingNew">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="codigoSeguimiento" type="xsd:string"/>
   <xsd:element name="codigoAlternativo" type="xsd:string"/>
   <xsd:element name="fechaDesde" type="xsd:date"/>
   <xsd:element name="fechaHasta" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responseTrackingNew">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="codGestion" type="xsd:string"/>
   <xsd:element name="shipper" type="xsd:string"/>
   <xsd:element name="nombreCliente" type="xsd:string"/>
   <xsd:element name="producto" type="xsd:string"/>
   <xsd:element name="fecha" type="xsd:date"/>
   <xsd:element name="estado" type="xsd:string"/>
   <xsd:element name="direccion" type="tns:domicilio"/>
   <xsd:element name="movimientos" type="tns:movimiento"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestTarifa">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="codigoPostal" type="xsd:positiveInteger" use="required"/>
   <xsd:element name="pesoEspecifico" type="xsd:decimal" use="required"/>
   <xsd:element name="pesoVolumetrico" type="xsd:decimal"/>
   <xsd:element name="alto" type="xsd:decimal"/>
   <xsd:element name="largo" type="xsd:decimal"/>
   <xsd:element name="ancho" type="xsd:decimal"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responseTarifa">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="pesoReal" type="xsd:decimal"/>
   <xsd:element name="valorTarifa" type="xsd:decimal"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestValidToken">
  <xsd:all>
   <xsd:element name="idShipper" type="xsd:positiveInteger" use="required"/>
   <xsd:element name="keyShipper" type="xsd:string" use="required"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestCargaCliente">
  <xsd:all>
   <xsd:element name="autentificacion" type="tns:autentificacion" use="required"/>
   <xsd:element name="destinatario" type="tns:persona" use="required"/>
   <xsd:element name="domicilio" type="tns:domicilio" use="required"/>
   <xsd:element name="domicilioAlternativo" type="tns:domicilio"/>
   <xsd:element name="datoNumerico" type="xsd:integer"/>
   <xsd:element name="codigoSeguimiento" type="tns:codigoSeguimiento"/>
   <xsd:element name="codigoAlternativo" type="xsd:string"/>
   <xsd:element name="descripcionProducto" type="xsd:string"/>
   <xsd:element name="pieza" type="tns:pieza"/>
   <xsd:element name="valor" type="xsd:nonNegativeInteger"/>
   <xsd:element name="valorContrareembolso" type="xsd:nonNegativeInteger"/>
   <xsd:element name="autorizado" type="tns:persona" minOccurs="0" maxOccurs="3"/>
   <xsd:element name="modeloSms" type="xsd:string"/>
   <xsd:element name="modeloEmail" type="xsd:string"/>
   <xsd:element name="cantidad" type="xsd:positiveInteger" use="required"/>
   <xsd:element name="sku" type="xsd:string"/>
   <xsd:element name="servicio" type="tns:servicio" use="required"/>
   <xsd:element name="marcaDeAgua" type="xsd:string"/>
   <xsd:element name="remito" type="xsd:string"/>
   <xsd:element name="observaciones" type="xsd:string" minOccurs="0" maxOccurs="4"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responseCargaCliente">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="resultado" type="xsd:string"/>
   <xsd:element name="codGestion" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestNormalizadorDireccion">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="calle" type="xsd:string" use="required"/>
   <xsd:element name="cp" type="xsd:string"/>
   <xsd:element name="depto" type="xsd:string"/>
   <xsd:element name="entreCalle1" type="xsd:string"/>
   <xsd:element name="entreCalle2" type="xsd:string"/>
   <xsd:element name="nivel1" type="xsd:string" use="required"/>
   <xsd:element name="nivel2" type="xsd:string"/>
   <xsd:element name="nivel3" type="xsd:string"/>
   <xsd:element name="nivel4" type="xsd:string"/>
   <xsd:element name="nivel5" type="xsd:string"/>
   <xsd:element name="nivel10" type="xsd:string"/>
   <xsd:element name="numero" type="xsd:string"/>
   <xsd:element name="piso" type="xsd:string"/>
   <xsd:element name="referencia" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="suguerenciasPorDuda">
  <xsd:complexContent>
   <xsd:restriction base="all">
    <xsd:attribute name="alturaDesde" type="xsd:string"/>
    <xsd:attribute name="alturaHasta" type="xsd:string"/>
    <xsd:attribute name="cp" type="xsd:integer"/>
    <xsd:attribute name="nivel1" type="xsd:string"/>
    <xsd:attribute name="nivel2" type="xsd:string"/>
    <xsd:attribute name="nivel3" type="xsd:string"/>
    <xsd:attribute name="nivel4" type="xsd:string"/>
    <xsd:attribute name="observaciones" type="xsd:string"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="responseNormalizadorDireccion">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="calle" type="xsd:string"/>
   <xsd:element name="cp" type="xsd:string"/>
   <xsd:element name="depto" type="xsd:string"/>
   <xsd:element name="entreCalle1" type="xsd:string"/>
   <xsd:element name="entreCalle2" type="xsd:string"/>
   <xsd:element name="nivel1" type="xsd:string"/>
   <xsd:element name="nivel2" type="xsd:string"/>
   <xsd:element name="nivel3" type="xsd:string"/>
   <xsd:element name="nivel4" type="xsd:string"/>
   <xsd:element name="nivel5" type="xsd:string"/>
   <xsd:element name="nivel10" type="xsd:string"/>
   <xsd:element name="numero" type="xsd:string"/>
   <xsd:element name="piso" type="xsd:string"/>
   <xsd:element name="latitud" type="xsd:string"/>
   <xsd:element name="longitud" type="xsd:string"/>
   <xsd:element name="zonaPeligrosa" type="xsd:string"/>
   <xsd:element name="estado" type="xsd:string"/>
   <xsd:element name="motivo" type="xsd:string"/>
   <xsd:element name="suguerenciasPorDuda" type="tns:suguerenciasPorDuda"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestCanalizadorPorCodigoPostal">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="codigoPostal" type="xsd:positiveInteger" use="required"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responseCanalizadorPorCodigoPostal">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="canalizador" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestPuntosDeRetiro">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="ubicacion" type="tns:domicilio" use="required"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responsePuntosDeRetiro">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="sucursal" type="tns:sucursal"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="detalleVale">
  <xsd:all>
   <xsd:element name="sku" type="xsd:string" use="required"/>
   <xsd:element name="desc_prod" type="xsd:string"/>
   <xsd:element name="cantidad" type="xsd:string" use="required"/>
   <xsd:element name="f_vencimiento" type="xsd:string"/>
   <xsd:element name="alto" type="xsd:string"/>
   <xsd:element name="ancho" type="xsd:string"/>
   <xsd:element name="profundidad" type="xsd:string"/>
   <xsd:element name="peso" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestPreIngresoVale">
  <xsd:all>
   <xsd:element name="autentificacion" type="xsd:autentificacion" use="required"/>
   <xsd:element name="contacto" type="xsd:string"/>
   <xsd:element name="email" type="xsd:string"/>
   <xsd:element name="observacion" type="xsd:string"/>
   <xsd:element name="detalleVale" type="xsd:detalleVale" use="required"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responsePreIngresoVale">
  <xsd:all>
   <xsd:element name="codError" type="xsd:integer"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="skuInexistente" type="xsd:string"/>
   <xsd:element name="nroVale" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="requestConsultas">
  <xsd:all>
   <xsd:element name="tipo_doc" type="xsd:string" use="required"/>
   <xsd:element name="numero_doc" type="xsd:string" use="required"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="responseConsultas">
  <xsd:all>
   <xsd:element name="success" type="xsd:string"/>
   <xsd:element name="codError" type="xsd:string"/>
   <xsd:element name="descError" type="xsd:string"/>
   <xsd:element name="movimientos" type="tns:movimiento"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:simpleType name="servicio">
  <xsd:restriction base="xsd:string">
  <xsd:enumeration value="E"/>
  <xsd:enumeration value="C"/>
  <xsd:enumeration value="R"/>
  <xsd:enumeration value="B"/>
  </xsd:restriction>
 </xsd:simpleType> <xsd:simpleType name="tipoDocumento">
  <xsd:restriction base="xsd:string">
  <xsd:enumeration value="DNI"/>
  <xsd:enumeration value="LE"/>
  <xsd:enumeration value="LC"/>
  <xsd:enumeration value="CI"/>
  <xsd:enumeration value="PASSPORT"/>
  </xsd:restriction>
 </xsd:simpleType> <xsd:simpleType name="codigoSeguimiento">
  <xsd:restriction base="xsd:string">
  <xsd:enumeration value="Array"/>
  <xsd:enumeration value="Array"/>
  </xsd:restriction>
 </xsd:simpleType></xsd:schema>
</types>
<message name="tracking">
  <part name="requestTracking" type="tns:requestTracking" /></message>
<message name="trackingResponse">
  <part name="responseTracking" type="tns:responseTracking" /></message>
<message name="trackingNew">
  <part name="requestTrackingNew" type="tns:requestTrackingNew" /></message>
<message name="trackingNewResponse">
  <part name="responseTrackingNew" type="tns:responseTrackingNew" /></message>
<message name="consultarTarifa">
  <part name="requestTarifa" type="tns:requestTarifa" /></message>
<message name="consultarTarifaResponse">
  <part name="responseTarifa" type="tns:responseTarifa" /></message>
<message name="validToken">
  <part name="requestValidToken" type="tns:requestValidToken" /></message>
<message name="validTokenResponse">
  <part name="responseValidToken" type="xsd:bool" /></message>
<message name="cargaCliente">
  <part name="requestCargaCliente" type="tns:requestCargaCliente" /></message>
<message name="cargaClienteResponse">
  <part name="responseCargaCliente" type="tns:responseCargaCliente" /></message>
<message name="normalizadorDireccion">
  <part name="requestNormalizadorDireccion" type="tns:requestNormalizadorDireccion" /></message>
<message name="normalizadorDireccionResponse">
  <part name="responseNormalizadorDireccion" type="tns:responseNormalizadorDireccion" /></message>
<message name="canalizarPorCodigoPostal">
  <part name="requestCanalizadorPorCodigoPostal" type="tns:requestCanalizadorPorCodigoPostal" /></message>
<message name="canalizarPorCodigoPostalResponse">
  <part name="responseCanalizadorPorCodigoPostal" type="tns:responseCanalizadorPorCodigoPostal" /></message>
<message name="getPuntosDeRetiro">
  <part name="requestPuntosDeRetiro" type="tns:requestPuntosDeRetiro" /></message>
<message name="getPuntosDeRetiroResponse">
  <part name="responsePuntosDeRetiro" type="tns:responsePuntosDeRetiro" /></message>
<message name="preIngresoVale">
  <part name="requestPreIngresoVale" type="tns:requestPreIngresoVale" /></message>
<message name="preIngresoValeResponse">
  <part name="responsePreIngresoVale" type="tns:responsePreIngresoVale" /></message>
<message name="consultas">
  <part name="requestConsultas" type="tns:requestConsultas" /></message>
<message name="consultasResponse">
  <part name="responseConsultas" type="tns:responseConsultas" /></message>
<portType name="urbanoPortType">
  <operation name="tracking">
    <input message="tns:tracking"/>
    <output message="tns:trackingResponse"/>
  </operation>
  <operation name="trackingNew">
    <input message="tns:trackingNew"/>
    <output message="tns:trackingNewResponse"/>
  </operation>
  <operation name="consultarTarifa">
    <input message="tns:consultarTarifa"/>
    <output message="tns:consultarTarifaResponse"/>
  </operation>
  <operation name="validToken">
    <input message="tns:validToken"/>
    <output message="tns:validTokenResponse"/>
  </operation>
  <operation name="cargaCliente">
    <input message="tns:cargaCliente"/>
    <output message="tns:cargaClienteResponse"/>
  </operation>
  <operation name="normalizadorDireccion">
    <input message="tns:normalizadorDireccion"/>
    <output message="tns:normalizadorDireccionResponse"/>
  </operation>
  <operation name="canalizarPorCodigoPostal">
    <input message="tns:canalizarPorCodigoPostal"/>
    <output message="tns:canalizarPorCodigoPostalResponse"/>
  </operation>
  <operation name="getPuntosDeRetiro">
    <input message="tns:getPuntosDeRetiro"/>
    <output message="tns:getPuntosDeRetiroResponse"/>
  </operation>
  <operation name="preIngresoVale">
    <input message="tns:preIngresoVale"/>
    <output message="tns:preIngresoValeResponse"/>
  </operation>
  <operation name="consultas">
    <input message="tns:consultas"/>
    <output message="tns:consultasResponse"/>
  </operation>
</portType>
<binding name="urbanoBinding" type="tns:urbanoPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="tracking">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/tracking" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="trackingNew">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/trackingNew" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="consultarTarifa">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/consultarTarifa" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="validToken">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/validToken" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="cargaCliente">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/cargaCliente" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="normalizadorDireccion">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/normalizadorDireccion" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="canalizarPorCodigoPostal">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/canalizarPorCodigoPostal" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getPuntosDeRetiro">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/getPuntosDeRetiro" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="preIngresoVale">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/preIngresoVale" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="consultas">
    <soap:operation soapAction="http://apis.urbano.com.ar/index.php/consultas" style="rpc"/>
    <input><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="urbano">
  <port name="urbanoPort" binding="tns:urbanoBinding">
    <soap:address location="http://apis.urbano.com.ar/index.php"/>
  </port>
</service>
</definitions>