<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ISoaservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:UClases" xmlns:ns2="urn:Clases">
  <types>
    <xs:schema targetNamespace="urn:UClases" xmlns="urn:UClases">
      <xs:complexType name="TColeccionCriterio">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCriterio[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCriterio">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="conjuncion" type="xs:long"/>
          <xs:element name="campo" type="xs:string"/>
          <xs:element name="operador" type="xs:string"/>
          <xs:element name="valor1" type="xs:string"/>
          <xs:element name="valor2" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TStringArray">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:Clases" xmlns="urn:Clases">
      <xs:complexType name="TColeccionRegion">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TRegion[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TRegion">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="desc_gerencia" type="xs:string"/>
          <xs:element name="id_gerencia" type="xs:int"/>
          <xs:element name="estatus" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionFraccionamiento">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TFraccionamiento[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TFraccionamiento">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="nom_fracc" type="xs:string"/>
          <xs:element name="dir_fracc" type="xs:string"/>
          <xs:element name="ciudad" type="xs:string"/>
          <xs:element name="estado" type="xs:string"/>
          <xs:element name="pais" type="xs:string"/>
          <xs:element name="cp" type="xs:string"/>
          <xs:element name="abrev_fracc" type="xs:string"/>
          <xs:element name="status_fracc" type="xs:string"/>
          <xs:element name="id_gerencia" type="xs:int"/>
          <xs:element name="CUENTA" type="xs:int"/>
          <xs:element name="estatus" type="xs:int"/>
          <xs:element name="superficie_excedente" type="xs:float"/>
          <xs:element name="esquina_interior" type="xs:float"/>
          <xs:element name="esquina_exterior" type="xs:float"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TFraccionamientoV2">
        <xs:complexContent>
          <xs:extension base="ns2:TFraccionamiento">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="longitud" type="xs:string"/>
              <xs:element name="latitud" type="xs:string"/>
              <xs:element name="segmento" type="xs:string"/>
              <xs:element name="tipo_desarrollo" type="xs:string"/>
              <xs:element name="subregion" type="xs:string"/>
              <xs:element name="numero_semanas" type="xs:int"/>
              <xs:element name="gerente" type="xs:string"/>
              <xs:element name="gerente_escrituracion" type="xs:string"/>
              <xs:element name="numero_viviendas" type="xs:int"/>
              <xs:element name="id_gerente" type="xs:int"/>
              <xs:element name="id_gerente_escrituracion" type="xs:int"/>
              <xs:element name="desc_gerencia" type="xs:string"/>
              <xs:element name="nombre_comercial" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionModelos">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TModelos[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TModelos">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="id_num_tipocasa" type="xs:string"/>
          <xs:element name="nom_tipocasa" type="xs:string"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="recamaras" type="xs:string"/>
          <xs:element name="comercializacion" type="xs:int"/>
          <xs:element name="precio_base" type="xs:double"/>
          <xs:element name="m2_constr" type="xs:double"/>
          <xs:element name="max_pagare__deuda" type="xs:double"/>
          <xs:element name="precio_minimo" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TModelosV2">
        <xs:complexContent>
          <xs:extension base="ns2:TModelos">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="Caracteristicas" type="xs:string"/>
              <xs:element name="numero_vivienda" type="xs:int"/>
              <xs:element name="meta" type="xs:double"/>
              <xs:element name="id_prototipo" type="xs:int"/>
              <xs:element name="prototipo" type="xs:string"/>
              <xs:element name="segmento" type="xs:string"/>
              <xs:element name="familia" type="xs:string"/>
              <xs:element name="comercializable" type="xs:int"/>
              <xs:element name="desarrollo" type="xs:string"/>
              <xs:element name="nombre_comercial" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionModeloAgrupado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TModeloAgrupado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TModeloAgrupado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_prototipo" type="xs:int"/>
          <xs:element name="prototipo" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacion">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacion[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacion">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="lote_id" type="xs:string"/>
          <xs:element name="nombre_ubi" type="xs:string"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="id_num_mza" type="xs:string"/>
          <xs:element name="id_num_lote" type="xs:string"/>
          <xs:element name="id_num_interior" type="xs:string"/>
          <xs:element name="desc_caracteristicas" type="xs:string"/>
          <xs:element name="status_lote" type="xs:string"/>
          <xs:element name="id_num_smza" type="xs:string"/>
          <xs:element name="cajon_asignado" type="xs:string"/>
          <xs:element name="num_exterior" type="xs:string"/>
          <xs:element name="fecha_ini_obra" type="xs:string"/>
          <xs:element name="fecha_fin_obra" type="xs:string"/>
          <xs:element name="ruv" type="xs:string"/>
          <xs:element name="cuv" type="xs:string"/>
          <xs:element name="calle" type="xs:string"/>
          <xs:element name="torre" type="xs:string"/>
          <xs:element name="casa" type="xs:string"/>
          <xs:element name="fecha_dtu" type="xs:string"/>
          <xs:element name="RAP_Asignado" type="xs:string"/>
          <xs:element name="condominio" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="precio_ubicacion" type="xs:double"/>
          <xs:element name="hu_sin_ubi" type="xs:int"/>
          <xs:element name="avance_obra" type="xs:int"/>
          <xs:element name="comercializacion" type="xs:int"/>
          <xs:element name="cant_mts_excedente" type="xs:double"/>
          <xs:element name="frente_ubicacion" type="xs:double"/>
          <xs:element name="precio_minimo" type="xs:double"/>
          <xs:element name="fecha_plan_venta" type="xs:string"/>
          <xs:element name="cliente" type="xs:string"/>
          <xs:element name="etapa_const" type="xs:string"/>
          <xs:element name="fec_entrega" type="xs:dateTime"/>
          <xs:element name="Balcon_m2" type="xs:double"/>
          <xs:element name="Balcon_m2_02" type="xs:double"/>
          <xs:element name="cant_superficie" type="xs:double"/>
          <xs:element name="Jardin_m2" type="xs:double"/>
          <xs:element name="Jardin_m2_02" type="xs:double"/>
          <xs:element name="terraza_m2" type="xs:double"/>
          <xs:element name="Terraza_m2_02" type="xs:double"/>
          <xs:element name="id_prototipo" type="xs:int"/>
          <xs:element name="roof_top" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUbicacionInventario">
        <xs:complexContent>
          <xs:extension base="ns2:TUbicacion">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="nom_tipocasa" type="xs:string"/>
              <xs:element name="prototipo" type="xs:string"/>
              <xs:element name="caracteristicas" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionAgrupada">
        <xs:complexContent>
          <xs:extension base="ns2:TUbicacion">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="id_prototipo" type="xs:int"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionInventario">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionInventario[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionAgrupada">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionAgrupada[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TRespuestaGenerica">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="codigoRespuesta" type="xs:string"/>
          <xs:element name="descripcionRespuesta" type="xs:string"/>
          <xs:element name="fechaRespuesta" type="xs:dateTime"/>
          <xs:element name="valorRespuesta" type="xs:string"/>
          <xs:element name="arregloRespuesta" type="ns1:TStringArray"/>
          <xs:element name="JsonArregloRespuesta" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionPoligonos">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionPoligonos[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionPoligonos">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="lote_id" type="xs:string"/>
          <xs:element name="ubicacion" type="xs:string"/>
          <xs:element name="direccion" type="xs:string"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="puntos" type="xs:string"/>
          <xs:element name="estatus" type="xs:string"/>
          <xs:element name="X1" type="xs:string"/>
          <xs:element name="Y1" type="xs:string"/>
          <xs:element name="X2" type="xs:string"/>
          <xs:element name="Y2" type="xs:string"/>
          <xs:element name="X3" type="xs:string"/>
          <xs:element name="Y3" type="xs:string"/>
          <xs:element name="X4" type="xs:string"/>
          <xs:element name="Y4" type="xs:string"/>
          <xs:element name="cant_superficie" type="xs:string"/>
          <xs:element name="terraza_m2" type="xs:string"/>
          <xs:element name="precio_vta" type="xs:string"/>
          <xs:element name="fec_entrega" type="xs:string"/>
          <xs:element name="nom_tipocasa" type="xs:string"/>
          <xs:element name="foto" type="xs:string"/>
          <xs:element name="desc_tipocasa" type="xs:string"/>
          <xs:element name="modelo_metros2" type="xs:string"/>
          <xs:element name="recamaras" type="xs:string"/>
          <xs:element name="sala_tv" type="xs:string"/>
          <xs:element name="banos" type="xs:string"/>
          <xs:element name="cuarto_servicio" type="xs:string"/>
          <xs:element name="bano_servicio" type="xs:string"/>
          <xs:element name="modelo_m2_constr" type="xs:string"/>
          <xs:element name="estacionamientos" type="xs:string"/>
          <xs:element name="cajon" type="xs:string"/>
          <xs:element name="bodega" type="xs:string"/>
          <xs:element name="terraza" type="xs:string"/>
          <xs:element name="cajon_asignado" type="xs:string"/>
          <xs:element name="bodega_asignada" type="xs:string"/>
          <xs:element name="prototipo" type="xs:string"/>
          <xs:element name="condominio" type="xs:string"/>
          <xs:element name="dir_casa" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:string"/>
          <xs:element name="observaciones" type="xs:string"/>
          <xs:element name="id_prototipo" type="xs:int"/>
          <xs:element name="Terraza_m2_02" type="xs:string"/>
          <xs:element name="Jardin_m2" type="xs:string"/>
          <xs:element name="Jardin_m2_02" type="xs:string"/>
          <xs:element name="Balcon_m2" type="xs:string"/>
          <xs:element name="Balcon_m2_02" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionPoligonosSimplificado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionPoligonosSimplificado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionPoligonosSimplificado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="lote_id" type="xs:string"/>
          <xs:element name="ubicacion" type="xs:string"/>
          <xs:element name="direccion" type="xs:string"/>
          <xs:element name="puntos" type="xs:string"/>
          <xs:element name="estatus" type="xs:string"/>
          <xs:element name="cant_superficie" type="xs:string"/>
          <xs:element name="precio_vta" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionPoligonosSimplificadoV2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionPoligonosSimplificadoV2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionPoligonosSimplificadoV2">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="lote_id" type="xs:string"/>
          <xs:element name="puntos" type="xs:string"/>
          <xs:element name="estatus" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUbicacionPoligonosSimplificadoV3">
        <xs:complexContent>
          <xs:extension base="ns2:TUbicacionPoligonosSimplificadoV2">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="nombre_plano" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionPoligonosPlano">
        <xs:complexContent>
          <xs:extension base="ns2:TUbicacionPoligonosSimplificadoV3">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="plano" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionEsquema">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TEsquema[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEsquema">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="id_esquema" type="xs:string"/>
          <xs:element name="ds_esquema" type="xs:string"/>
          <xs:element name="orden" type="xs:int"/>
          <xs:element name="id_crm" type="xs:int"/>
          <xs:element name="id_ek" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionTipoCredito">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TTipoCredito[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TTipoCredito">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="id_tipo_credito" type="xs:string"/>
          <xs:element name="ds_tipo_credito" type="xs:string"/>
          <xs:element name="id_esquema" type="xs:string"/>
          <xs:element name="orden" type="xs:int"/>
          <xs:element name="monto_extra" type="xs:float"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionInstituciones">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TInstituciones[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInstituciones">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="id_institucion" type="xs:string"/>
          <xs:element name="ds_institucion" type="xs:string"/>
          <xs:element name="id_esquema" type="xs:string"/>
          <xs:element name="id_tipo_credito" type="xs:string"/>
          <xs:element name="orden" type="xs:int"/>
          <xs:element name="id_ek_esquema" type="xs:int"/>
          <xs:element name="id_ek_tipo_credito" type="xs:int"/>
          <xs:element name="id_ek_institucion" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TProductos">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="gerencia" type="ns2:TColeccionRegion"/>
          <xs:element name="fraccionamiento" type="ns2:TColeccionFraccionamientoSimplificado"/>
          <xs:element name="modelosAgrupados" type="ns2:TColeccionModeloAgrupado"/>
          <xs:element name="ubicaciones" type="ns2:TColeccionUbicacionSimplificado"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionFraccionamientoSimplificado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TFraccionamientoSimplificado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionSimplificado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionSimplificado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TFraccionamientoSimplificado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="nom_fracc" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUbicacionSimplificado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="lote_id" type="xs:string"/>
          <xs:element name="nombre_ubi" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="id_prototipo" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionPoligonosSimplificadoV3">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionPoligonosSimplificadoV3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionPoligonosPlano">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionPoligonosPlano[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionPoligonosSimplificadoPDF">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionPoligonosSimplificadoPDF[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionPoligonosSimplificadoPDF">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="recamaras" type="xs:string"/>
          <xs:element name="sala_tv" type="xs:string"/>
          <xs:element name="banos" type="xs:string"/>
          <xs:element name="cuarto_servicio" type="xs:string"/>
          <xs:element name="bano_servicio" type="xs:string"/>
          <xs:element name="modelo_m2_constr" type="xs:string"/>
          <xs:element name="estacionamientos" type="xs:string"/>
          <xs:element name="cajon" type="xs:string"/>
          <xs:element name="bodega" type="xs:string"/>
          <xs:element name="terraza" type="xs:string"/>
          <xs:element name="cajon_asignado" type="xs:string"/>
          <xs:element name="bodega_asignada" type="xs:string"/>
          <xs:element name="prototipo" type="xs:string"/>
          <xs:element name="dir_casa" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:string"/>
          <xs:element name="id_prototipo" type="xs:string"/>
          <xs:element name="id_num_interior" type="xs:string"/>
          <xs:element name="observaciones" type="xs:string"/>
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="precio_vta" type="xs:double"/>
          <xs:element name="condominio" type="xs:string"/>
          <xs:element name="roof_top" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionPlanos">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TPlanos[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPlanos">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="plano" type="xs:int"/>
          <xs:element name="ds_fracc" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TProductoPoligono">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="plano" type="xs:string"/>
          <xs:element name="nombre_imagen" type="xs:string"/>
          <xs:element name="poligonos" type="ns2:TColeccionUbicacionPoligonosSimplificadoV2"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionClientes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TCliente[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCliente">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacionpersonal" type="xs:string"/>
          <xs:element name="nom_cte" type="xs:string"/>
          <xs:element name="ap_paterno_cte" type="xs:string"/>
          <xs:element name="ap_materno_cte" type="xs:string"/>
          <xs:element name="sexo" type="xs:string"/>
          <xs:element name="edo_civil" type="xs:string"/>
          <xs:element name="regimen_conyugal" type="xs:string"/>
          <xs:element name="status_cte" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="rfc_cte" type="xs:string"/>
          <xs:element name="fec_nac" type="xs:dateTime"/>
          <xs:element name="fec_registo" type="xs:dateTime"/>
          <xs:element name="afiliacion_immss" type="xs:string"/>
          <xs:element name="nacionalidad" type="xs:string"/>
          <xs:element name="tel_casa" type="xs:string"/>
          <xs:element name="tel_oficina" type="xs:string"/>
          <xs:element name="tel_fax" type="xs:string"/>
          <xs:element name="tel_otros" type="xs:string"/>
          <xs:element name="dir_email" type="xs:string"/>
          <xs:element name="dir_casa" type="xs:string"/>
          <xs:element name="colonia" type="xs:string"/>
          <xs:element name="ciudad" type="xs:string"/>
          <xs:element name="edo" type="xs:string"/>
          <xs:element name="pais" type="xs:string"/>
          <xs:element name="cp" type="xs:string"/>
          <xs:element name="informacionestructura" type="xs:string"/>
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="ubicacion" type="xs:string"/>
          <xs:element name="id_num_relacion" type="xs:int"/>
          <xs:element name="esquema" type="xs:string"/>
          <xs:element name="id_num_financ" type="xs:int"/>
          <xs:element name="financiadora" type="xs:string"/>
          <xs:element name="id_num_instcred" type="xs:int"/>
          <xs:element name="institucion" type="xs:string"/>
          <xs:element name="id_num_etapa" type="xs:int"/>
          <xs:element name="etapa" type="xs:string"/>
          <xs:element name="id_subetapa" type="xs:int"/>
          <xs:element name="informaciongeneral" type="xs:string"/>
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="id_oportunidad" type="xs:string"/>
          <xs:element name="fecha_cliente" type="xs:dateTime"/>
          <xs:element name="id_agrupacion" type="xs:int"/>
          <xs:element name="agrupacion" type="xs:string"/>
          <xs:element name="id_ruta" type="xs:int"/>
          <xs:element name="ruta" type="xs:string"/>
          <xs:element name="tipo_cliente" type="xs:int"/>
          <xs:element name="tipoCliente" type="xs:string"/>
          <xs:element name="id_tipo_percepcion" type="xs:int"/>
          <xs:element name="tipo_percepcion" type="xs:string"/>
          <xs:element name="id_motivo_bancoexp" type="xs:int"/>
          <xs:element name="fecha_motivo_bancoexp" type="xs:dateTime"/>
          <xs:element name="banco_expediente" type="xs:string"/>
          <xs:element name="informaimportes" type="xs:string"/>
          <xs:element name="valor_base" type="xs:int"/>
          <xs:element name="valor_total" type="xs:int"/>
          <xs:element name="monto_total_operacion" type="xs:int"/>
          <xs:element name="valor_credito" type="xs:int"/>
          <xs:element name="valor_subcuenta" type="xs:int"/>
          <xs:element name="valor_total_credito" type="xs:int"/>
          <xs:element name="valor_enganche" type="xs:int"/>
          <xs:element name="informacionjerarquia" type="xs:string"/>
          <xs:element name="empleado" type="xs:int"/>
          <xs:element name="nom_empleado" type="xs:string"/>
          <xs:element name="nom_agente" type="xs:string"/>
          <xs:element name="lun" type="xs:int"/>
          <xs:element name="nom_lun" type="xs:string"/>
          <xs:element name="gte" type="xs:int"/>
          <xs:element name="nom_gte" type="xs:string"/>
          <xs:element name="Integeregrador" type="xs:int"/>
          <xs:element name="nom_Integeregrador" type="xs:string"/>
          <xs:element name="dictaminador" type="xs:int"/>
          <xs:element name="nom_dictaminador" type="xs:string"/>
          <xs:element name="titulacion" type="xs:int"/>
          <xs:element name="nom_titulacion" type="xs:string"/>
          <xs:element name="administrador" type="xs:int"/>
          <xs:element name="nom_administrador" type="xs:string"/>
          <xs:element name="mtto" type="xs:int"/>
          <xs:element name="nom_mtto" type="xs:string"/>
          <xs:element name="ep_cat" type="xs:int"/>
          <xs:element name="nom_ep_cat" type="xs:string"/>
          <xs:element name="lun_cat" type="xs:int"/>
          <xs:element name="nom_lun_cat" type="xs:string"/>
          <xs:element name="gte_cat" type="xs:int"/>
          <xs:element name="nom_gte_cat" type="xs:string"/>
          <xs:element name="gtitulacion" type="xs:int"/>
          <xs:element name="nom_gtitulacion" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TResultado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="codigo" type="xs:int"/>
          <xs:element name="mensaje" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TResultadoActualiza">
        <xs:complexContent>
          <xs:extension base="ns2:TResultado">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="RegistrosActualizados" type="xs:int"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColecccionDocumentosCliente">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDocumentosCliente[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDocumentosCliente">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_docto" type="xs:int"/>
          <xs:element name="nombre_docto" type="xs:string"/>
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="ruta_docto" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TDocumentosClienteCia">
        <xs:complexContent>
          <xs:extension base="ns2:TDocumentosCliente">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="nomcte" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionDocumentosClienteCia">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDocumentosClienteCia[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionEnvioActividad">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TEnvioActividad[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEnvioActividad">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:int"/>
          <xs:element name="name" type="xs:string"/>
          <xs:element name="createdAt" type="xs:dateTime"/>
          <xs:element name="typee" type="xs:string"/>
          <xs:element name="assetName" type="xs:string"/>
          <xs:element name="assetId" type="xs:int"/>
          <xs:element name="assetType" type="xs:string"/>
          <xs:element name="contactId" type="xs:int"/>
          <xs:element name="collection" type="xs:string"/>
          <xs:element name="formName" type="xs:string"/>
          <xs:element name="formData" type="xs:string"/>
          <xs:element name="rawData" type="xs:string"/>
          <xs:element name="campaignId" type="xs:int"/>
          <xs:element name="visitorId" type="xs:int"/>
          <xs:element name="visitorExternalId" type="xs:string"/>
          <xs:element name="externalId" type="xs:string"/>
          <xs:element name="firstName" type="xs:string"/>
          <xs:element name="lastName" type="xs:string"/>
          <xs:element name="company" type="xs:string"/>
          <xs:element name="city" type="xs:string"/>
          <xs:element name="contactCreatedAt" type="xs:dateTime"/>
          <xs:element name="contactModifiedAt" type="xs:dateTime"/>
          <xs:element name="address1" type="xs:string"/>
          <xs:element name="address2" type="xs:string"/>
          <xs:element name="title" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteUnico">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteUnico[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TClienteUnico">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="correo_electronico" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="estatus" type="xs:string"/>
          <xs:element name="fec_nac" type="xs:string"/>
          <xs:element name="fec_registo" type="xs:string"/>
          <xs:element name="id_oportunidad" type="xs:string"/>
          <xs:element name="materno" type="xs:string"/>
          <xs:element name="nombre" type="xs:string"/>
          <xs:element name="nss" type="xs:string"/>
          <xs:element name="numcte" type="xs:string"/>
          <xs:element name="paterno" type="xs:string"/>
          <xs:element name="rfc" type="xs:string"/>
          <xs:element name="tel_movil" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionContactosTelefonicos">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TContactosTelefonicos[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TContactosTelefonicos">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Codigo_RAP" type="xs:string"/>
          <xs:element name="Nombre_Completo" type="xs:string"/>
          <xs:element name="Fecha_de_creacion" type="xs:string"/>
          <xs:element name="Telefono_Movil" type="xs:string"/>
          <xs:element name="Telefono_Particular" type="xs:string"/>
          <xs:element name="Telefono_de_trabajo" type="xs:string"/>
          <xs:element name="Nombre_Referencia_1" type="xs:string"/>
          <xs:element name="Telefono_Movil_referencia_1" type="xs:string"/>
          <xs:element name="Telefono_Particular_referencia_1" type="xs:string"/>
          <xs:element name="Nombre_Referencia_2" type="xs:string"/>
          <xs:element name="Telefono_Movil_referencia_2" type="xs:string"/>
          <xs:element name="Telefono_Particular_referencia_2" type="xs:string"/>
          <xs:element name="Esquema" type="xs:string"/>
          <xs:element name="Tipo_Credito" type="xs:string"/>
          <xs:element name="Institucion_Credito" type="xs:string"/>
          <xs:element name="Region" type="xs:string"/>
          <xs:element name="Desarrollo" type="xs:string"/>
          <xs:element name="Modelo" type="xs:string"/>
          <xs:element name="Nombre_Propietario" type="xs:string"/>
          <xs:element name="Nombre_Lun" type="xs:string"/>
          <xs:element name="Nombre_Gerente_Comercial" type="xs:string"/>
          <xs:element name="Nombre_Analista_Soluciones" type="xs:string"/>
          <xs:element name="Nombre_Coord_Soluciones" type="xs:string"/>
          <xs:element name="Nombre_Gerente_Soluciones" type="xs:string"/>
          <xs:element name="Nombre_Analista_Servicios" type="xs:string"/>
          <xs:element name="Nombre_Coord_Servicios" type="xs:string"/>
          <xs:element name="Nombre_Gerente_Servicios" type="xs:string"/>
          <xs:element name="Nombre_Supervisor_CAT" type="xs:string"/>
          <xs:element name="Nombre_Gerente_Cat" type="xs:string"/>
          <xs:element name="Nombre_Titulador" type="xs:string"/>
          <xs:element name="Nombre_Coord_Formalizacion" type="xs:string"/>
          <xs:element name="Nombre_Gerente_Formalizacion" type="xs:string"/>
          <xs:element name="Nombre_Dictaminador" type="xs:string"/>
          <xs:element name="Estatus" type="xs:string"/>
          <xs:element name="Descripcion_Etapa_de_venta" type="xs:string"/>
          <xs:element name="Fecha_de_Cierre" type="xs:string"/>
          <xs:element name="Fecha_de_Cancelacion" type="xs:string"/>
          <xs:element name="Fecha_Entrega_Vivienda" type="xs:string"/>
          <xs:element name="Fecha_de_Venta_Marcada" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosEscrituracion">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosEscrituracion[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosEscrituracion">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="saldo_real" type="xs:string"/>
          <xs:element name="ratificacion" type="xs:string"/>
          <xs:element name="status_proceso" type="xs:string"/>
          <xs:element name="fecha_papelera" type="xs:string"/>
          <xs:element name="fecha_venc_recursos" type="xs:string"/>
          <xs:element name="fecha_impresion_folio" type="xs:string"/>
          <xs:element name="fecha_dictamen" type="xs:string"/>
          <xs:element name="fecha_folio_ins" type="xs:string"/>
          <xs:element name="fecha_rat_notarial" type="xs:string"/>
          <xs:element name="fecha_ver_notarial" type="xs:string"/>
          <xs:element name="fecha_prom_ent" type="xs:string"/>
          <xs:element name="fec_ven_pag" type="xs:string"/>
          <xs:element name="fecha_escritura" type="xs:string"/>
          <xs:element name="fecha_firma" type="xs:string"/>
          <xs:element name="id_notario" type="xs:string"/>
          <xs:element name="num_notaria" type="xs:string"/>
          <xs:element name="lugar_firma" type="xs:string"/>
          <xs:element name="num_credito" type="xs:string"/>
          <xs:element name="num_escrituracion" type="xs:string"/>
          <xs:element name="ciudad" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosPlanVenta">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosPlanVenta[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosPlanVenta">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="informacion" type="xs:string"/>
          <xs:element name="num_docto" type="xs:int"/>
          <xs:element name="id_num_cptopago" type="xs:int"/>
          <xs:element name="desc_cptopago" type="xs:string"/>
          <xs:element name="valor_capital" type="xs:int"/>
          <xs:element name="fec_vencimiento" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosPlanPago">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosPlanPago[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosPlanPago">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacion" type="xs:string"/>
          <xs:element name="id_crm_numcte" type="xs:string"/>
          <xs:element name="hu_pago" type="xs:int"/>
          <xs:element name="hu_monto" type="xs:int"/>
          <xs:element name="id_num_cptopago" type="xs:int"/>
          <xs:element name="fec_sinc" type="xs:dateTime"/>
          <xs:element name="hu_fecha" type="xs:dateTime"/>
          <xs:element name="proces_fec" type="xs:dateTime"/>
          <xs:element name="desc_cptopago" type="xs:string"/>
          <xs:element name="proces" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosEtapas">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosEtapas[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosEtapas">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacion" type="xs:string"/>
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="id_num_relacion" type="xs:int"/>
          <xs:element name="id_num_etapa" type="xs:int"/>
          <xs:element name="nom_etapa" type="xs:string"/>
          <xs:element name="fec_inicio" type="xs:dateTime"/>
          <xs:element name="fec_liberacion" type="xs:dateTime"/>
          <xs:element name="orden" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionInformacionCliente">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TInformacionCliente[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInformacionCliente">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="Personal" type="ns2:TClientePersonal"/>
          <xs:element name="Estructura" type="ns2:TClienteEstructura"/>
          <xs:element name="General" type="ns2:TClienteGeneral"/>
          <xs:element name="Importes" type="ns2:TClienteImportes"/>
          <xs:element name="Jerarquia" type="ns2:TClienteJerarquia"/>
          <xs:element name="Ubicacion" type="ns2:TClienteUbicacion"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClientePersonal">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacionpersonal" type="xs:string"/>
          <xs:element name="nom_cte" type="xs:string"/>
          <xs:element name="ap_paterno_cte" type="xs:string"/>
          <xs:element name="ap_materno_cte" type="xs:string"/>
          <xs:element name="sexo" type="xs:string"/>
          <xs:element name="edo_civil" type="xs:string"/>
          <xs:element name="regimen_conyugal" type="xs:string"/>
          <xs:element name="status_cte" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="rfc_cte" type="xs:string"/>
          <xs:element name="fec_nac" type="xs:dateTime"/>
          <xs:element name="fec_registo" type="xs:dateTime"/>
          <xs:element name="afiliacion_immss" type="xs:string"/>
          <xs:element name="nacionalidad" type="xs:string"/>
          <xs:element name="tel_casa" type="xs:string"/>
          <xs:element name="tel_oficina" type="xs:string"/>
          <xs:element name="tel_fax" type="xs:string"/>
          <xs:element name="tel_otros" type="xs:string"/>
          <xs:element name="dir_email" type="xs:string"/>
          <xs:element name="dir_casa" type="xs:string"/>
          <xs:element name="colonia" type="xs:string"/>
          <xs:element name="ciudad" type="xs:string"/>
          <xs:element name="edo" type="xs:string"/>
          <xs:element name="pais" type="xs:string"/>
          <xs:element name="cp" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteEstructura">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacionestructura" type="xs:string"/>
          <xs:element name="id_num_relacion" type="xs:int"/>
          <xs:element name="esquema" type="xs:string"/>
          <xs:element name="id_num_financ" type="xs:int"/>
          <xs:element name="financiadora" type="xs:string"/>
          <xs:element name="id_num_instcred" type="xs:int"/>
          <xs:element name="institucion" type="xs:string"/>
          <xs:element name="id_num_etapa" type="xs:int"/>
          <xs:element name="etapa" type="xs:string"/>
          <xs:element name="id_subetapa" type="xs:int"/>
          <xs:element name="subetapa" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteGeneral">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informaciongeneral" type="xs:string"/>
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="id_oportunidad" type="xs:string"/>
          <xs:element name="id_contacto" type="xs:string"/>
          <xs:element name="id_cotizacion" type="xs:string"/>
          <xs:element name="fecha_cliente" type="xs:dateTime"/>
          <xs:element name="id_agrupacion" type="xs:int"/>
          <xs:element name="agrupacion" type="xs:string"/>
          <xs:element name="id_ruta" type="xs:int"/>
          <xs:element name="ruta" type="xs:string"/>
          <xs:element name="tipo_cliente" type="xs:int"/>
          <xs:element name="tipoCliente" type="xs:string"/>
          <xs:element name="id_tipo_percepcion" type="xs:int"/>
          <xs:element name="tipo_percepcion" type="xs:string"/>
          <xs:element name="id_motivo_bancoexp" type="xs:int"/>
          <xs:element name="fecha_motivo_bancoexp" type="xs:dateTime"/>
          <xs:element name="banco_expediente" type="xs:string"/>
          <xs:element name="bit_principal" type="xs:int"/>
          <xs:element name="numcte_relacion" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteImportes">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacionimportes" type="xs:string"/>
          <xs:element name="valor_base" type="xs:int"/>
          <xs:element name="valor_total" type="xs:int"/>
          <xs:element name="monto_total_operacion" type="xs:int"/>
          <xs:element name="valor_credito" type="xs:int"/>
          <xs:element name="valor_subcuenta" type="xs:int"/>
          <xs:element name="valor_total_credito" type="xs:int"/>
          <xs:element name="valor_enganche" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteJerarquia">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacionjerarquia" type="xs:string"/>
          <xs:element name="empleado" type="xs:int"/>
          <xs:element name="nom_empleado" type="xs:string"/>
          <xs:element name="ep" type="xs:int"/>
          <xs:element name="nom_ep" type="xs:string"/>
          <xs:element name="lun" type="xs:int"/>
          <xs:element name="nom_lun" type="xs:string"/>
          <xs:element name="gte" type="xs:int"/>
          <xs:element name="nom_gte" type="xs:string"/>
          <xs:element name="integrador" type="xs:int"/>
          <xs:element name="nom_integrador" type="xs:string"/>
          <xs:element name="dictaminador" type="xs:int"/>
          <xs:element name="nom_dictaminador" type="xs:string"/>
          <xs:element name="titulacion" type="xs:int"/>
          <xs:element name="nom_titulacion" type="xs:string"/>
          <xs:element name="administrador" type="xs:int"/>
          <xs:element name="nom_administrador" type="xs:string"/>
          <xs:element name="mtto" type="xs:int"/>
          <xs:element name="nom_mtto" type="xs:string"/>
          <xs:element name="ep_cat" type="xs:int"/>
          <xs:element name="nom_ep_cat" type="xs:string"/>
          <xs:element name="lun_cat" type="xs:int"/>
          <xs:element name="nom_lun_cat" type="xs:string"/>
          <xs:element name="gte_cat" type="xs:int"/>
          <xs:element name="nom_gte_cat" type="xs:string"/>
          <xs:element name="gtitulacion" type="xs:int"/>
          <xs:element name="nom_gtitulacion" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteUbicacion">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacionUbicacion" type="xs:string"/>
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="ubicacion" type="xs:string"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="fraccionamiento" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="prototipo" type="xs:string"/>
          <xs:element name="id_prototipo" type="xs:string"/>
          <xs:element name="prototipo_agrupado" type="xs:string"/>
          <xs:element name="status_lote" type="xs:string"/>
          <xs:element name="desc_status" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteCompleto">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteCompleto[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TClienteCompleto">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="informacionpersonal" type="xs:string"/>
          <xs:element name="nom_cte" type="xs:string"/>
          <xs:element name="ap_paterno_cte" type="xs:string"/>
          <xs:element name="ap_materno_cte" type="xs:string"/>
          <xs:element name="sexo" type="xs:string"/>
          <xs:element name="edo_civil" type="xs:string"/>
          <xs:element name="regimen_conyugal" type="xs:string"/>
          <xs:element name="status_cte" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="rfc_cte" type="xs:string"/>
          <xs:element name="fec_nac" type="xs:dateTime"/>
          <xs:element name="fec_registo" type="xs:dateTime"/>
          <xs:element name="afiliacion_immss" type="xs:string"/>
          <xs:element name="nacionalidad" type="xs:string"/>
          <xs:element name="tel_casa" type="xs:string"/>
          <xs:element name="tel_oficina" type="xs:string"/>
          <xs:element name="tel_fax" type="xs:string"/>
          <xs:element name="tel_otros" type="xs:string"/>
          <xs:element name="dir_email" type="xs:string"/>
          <xs:element name="dir_casa" type="xs:string"/>
          <xs:element name="colonia" type="xs:string"/>
          <xs:element name="ciudad" type="xs:string"/>
          <xs:element name="edo" type="xs:string"/>
          <xs:element name="pais" type="xs:string"/>
          <xs:element name="cp" type="xs:string"/>
          <xs:element name="informacionestructura" type="xs:string"/>
          <xs:element name="id_num_relacion" type="xs:int"/>
          <xs:element name="esquema" type="xs:string"/>
          <xs:element name="id_num_financ" type="xs:int"/>
          <xs:element name="financiadora" type="xs:string"/>
          <xs:element name="id_num_instcred" type="xs:int"/>
          <xs:element name="institucion" type="xs:string"/>
          <xs:element name="id_num_etapa" type="xs:int"/>
          <xs:element name="etapa" type="xs:string"/>
          <xs:element name="id_subetapa" type="xs:int"/>
          <xs:element name="subetapa" type="xs:string"/>
          <xs:element name="informaciongeneral" type="xs:string"/>
          <xs:element name="id_oportunidad" type="xs:string"/>
          <xs:element name="id_contacto" type="xs:string"/>
          <xs:element name="id_cotizacion" type="xs:string"/>
          <xs:element name="fecha_cliente" type="xs:dateTime"/>
          <xs:element name="id_agrupacion" type="xs:int"/>
          <xs:element name="agrupacion" type="xs:string"/>
          <xs:element name="id_ruta" type="xs:int"/>
          <xs:element name="ruta" type="xs:string"/>
          <xs:element name="tipo_cliente" type="xs:int"/>
          <xs:element name="tipoCliente" type="xs:string"/>
          <xs:element name="id_tipo_percepcion" type="xs:int"/>
          <xs:element name="tipo_percepcion" type="xs:string"/>
          <xs:element name="id_motivo_bancoexp" type="xs:int"/>
          <xs:element name="fecha_motivo_bancoexp" type="xs:dateTime"/>
          <xs:element name="banco_expediente" type="xs:string"/>
          <xs:element name="bit_principal" type="xs:int"/>
          <xs:element name="numcte_relacion" type="xs:int"/>
          <xs:element name="informacionimportes" type="xs:string"/>
          <xs:element name="valor_base" type="xs:int"/>
          <xs:element name="valor_total" type="xs:int"/>
          <xs:element name="monto_total_operacion" type="xs:int"/>
          <xs:element name="valor_credito" type="xs:int"/>
          <xs:element name="valor_subcuenta" type="xs:int"/>
          <xs:element name="valor_total_credito" type="xs:int"/>
          <xs:element name="valor_enganche" type="xs:int"/>
          <xs:element name="informacionjerarquia" type="xs:string"/>
          <xs:element name="empleado" type="xs:int"/>
          <xs:element name="nom_empleado" type="xs:string"/>
          <xs:element name="ep" type="xs:int"/>
          <xs:element name="nom_ep" type="xs:string"/>
          <xs:element name="lun" type="xs:int"/>
          <xs:element name="nom_lun" type="xs:string"/>
          <xs:element name="gte" type="xs:int"/>
          <xs:element name="nom_gte" type="xs:string"/>
          <xs:element name="integrador" type="xs:int"/>
          <xs:element name="nom_integrador" type="xs:string"/>
          <xs:element name="dictaminador" type="xs:int"/>
          <xs:element name="nom_dictaminador" type="xs:string"/>
          <xs:element name="titulacion" type="xs:int"/>
          <xs:element name="nom_titulacion" type="xs:string"/>
          <xs:element name="administrador" type="xs:int"/>
          <xs:element name="nom_administrador" type="xs:string"/>
          <xs:element name="mtto" type="xs:int"/>
          <xs:element name="nom_mtto" type="xs:string"/>
          <xs:element name="ep_cat" type="xs:int"/>
          <xs:element name="nom_ep_cat" type="xs:string"/>
          <xs:element name="lun_cat" type="xs:int"/>
          <xs:element name="nom_lun_cat" type="xs:string"/>
          <xs:element name="gte_cat" type="xs:int"/>
          <xs:element name="nom_gte_cat" type="xs:string"/>
          <xs:element name="gtitulacion" type="xs:int"/>
          <xs:element name="nom_gtitulacion" type="xs:string"/>
          <xs:element name="informacionUbicacion" type="xs:string"/>
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="ubicacion" type="xs:string"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="fraccionamiento" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="prototipo" type="xs:string"/>
          <xs:element name="id_prototipo" type="xs:string"/>
          <xs:element name="prototipo_agrupado" type="xs:string"/>
          <xs:element name="status_lote" type="xs:string"/>
          <xs:element name="desc_status" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosBitacora">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosBitacora[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosBitacora">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="folio" type="xs:int"/>
          <xs:element name="fecha" type="xs:dateTime"/>
          <xs:element name="tiempo_ejecucion" type="xs:int"/>
          <xs:element name="id_oportunidad" type="xs:string"/>
          <xs:element name="id_transaccion" type="xs:string"/>
          <xs:element name="id_titular" type="xs:string"/>
          <xs:element name="id_conyuge" type="xs:string"/>
          <xs:element name="etapa" type="xs:string"/>
          <xs:element name="status_t" type="xs:string"/>
          <xs:element name="estatus_banco" type="xs:string"/>
          <xs:element name="estatus_ejecucion" type="xs:string"/>
          <xs:element name="observaciones" type="xs:string"/>
          <xs:element name="nombre_oportunidad" type="xs:string"/>
          <xs:element name="nombre_contacto" type="xs:string"/>
          <xs:element name="nombre_usuario" type="xs:string"/>
          <xs:element name="numcte" type="xs:string"/>
          <xs:element name="error" type="xs:string"/>
          <xs:element name="bd2" type="xs:string"/>
          <xs:element name="emisor" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TBusquedaCliente">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="nom_cte" type="xs:string"/>
          <xs:element name="ap_paterno_cte" type="xs:string"/>
          <xs:element name="ap_materno_cte" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="rfc_cte" type="xs:string"/>
          <xs:element name="tel_casa" type="xs:string"/>
          <xs:element name="tel_oficina" type="xs:string"/>
          <xs:element name="tel_fax" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteColeccion">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="ColeccionPersonal" type="ns2:TColeccionClientePersonal"/>
          <xs:element name="ColeccionEstructura" type="ns2:TColeccionClienteEstructura"/>
          <xs:element name="ColeccionGeneral" type="ns2:TColeccionClienteGeneral"/>
          <xs:element name="ColeccionImportes" type="ns2:TColeccionClienteImportes"/>
          <xs:element name="ColeccionJerarquia" type="ns2:TColeccionClienteJerarquia"/>
          <xs:element name="ColeccionUbicacion" type="ns2:TColeccionClienteUbicacion"/>
          <xs:element name="ColeccionEscrituracion" type="ns2:TColeccionDatosEscrituracion"/>
          <xs:element name="ColeccionPlanVenta" type="ns2:TColeccionDatosPlanVenta"/>
          <xs:element name="ColeccionPlanPago" type="ns2:TColeccionDatosPlanPago"/>
          <xs:element name="ColeccionEtapas" type="ns2:TColeccionDatosEtapas"/>
          <xs:element name="ColeccionBitacora" type="ns2:TColeccionDatosBitacora"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionClientePersonal">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClientePersonal[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteEstructura">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteEstructura[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteGeneral">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteGeneral[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteImportes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteImportes[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteJerarquia">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteJerarquia[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionClienteUbicacion">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClienteUbicacion[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosNomina">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosNomina[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosNomina">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Nombre_DataBase" type="xs:string"/>
          <xs:element name="Clave_empleado" type="xs:int"/>
          <xs:element name="Nombre" type="xs:string"/>
          <xs:element name="Apellido_paterno" type="xs:string"/>
          <xs:element name="Apellido_materno" type="xs:string"/>
          <xs:element name="Estatus_empleado" type="xs:string"/>
          <xs:element name="Status_proc" type="xs:string"/>
          <xs:element name="Sexo" type="xs:string"/>
          <xs:element name="Fecha_nac" type="xs:dateTime"/>
          <xs:element name="Fecha_alta" type="xs:dateTime"/>
          <xs:element name="Puesto" type="xs:int"/>
          <xs:element name="Descripcion_Puesto" type="xs:string"/>
          <xs:element name="Id_categoria" type="xs:int"/>
          <xs:element name="Descripcion_categoria" type="xs:string"/>
          <xs:element name="Clave_categoria" type="xs:int"/>
          <xs:element name="Tipo_nomina" type="xs:int"/>
          <xs:element name="Descripcion_tipo_nomina" type="xs:string"/>
          <xs:element name="Clave_salario" type="xs:int"/>
          <xs:element name="Tipo_salario" type="xs:string"/>
          <xs:element name="Clave_nivel" type="xs:int"/>
          <xs:element name="Descripcion_nivel" type="xs:string"/>
          <xs:element name="Tipo_jornada" type="xs:int"/>
          <xs:element name="Descripcion_jornada" type="xs:string"/>
          <xs:element name="Tipo_contrato" type="xs:int"/>
          <xs:element name="Descripcion_contrato" type="xs:string"/>
          <xs:element name="Clave_depto" type="xs:string"/>
          <xs:element name="Descripcion_depto" type="xs:string"/>
          <xs:element name="Area" type="xs:int"/>
          <xs:element name="Descripcion_area" type="xs:string"/>
          <xs:element name="Banco" type="xs:int"/>
          <xs:element name="Descripcion_banco" type="xs:string"/>
          <xs:element name="Forma_pago" type="xs:string"/>
          <xs:element name="Descripcion_Forma_pago" type="xs:string"/>
          <xs:element name="Razon_baja" type="xs:int"/>
          <xs:element name="Descripcion_razon_baja" type="xs:string"/>
          <xs:element name="Id_regpat" type="xs:int"/>
          <xs:element name="Descripcion_regpat" type="xs:string"/>
          <xs:element name="Tipo_regimen" type="xs:int"/>
          <xs:element name="Descripcion_regimen" type="xs:string"/>
          <xs:element name="Id_zona_economica" type="xs:int"/>
          <xs:element name="Descripcion_zonaecponomica" type="xs:string"/>
          <xs:element name="Datos_compania" type="xs:int"/>
          <xs:element name="Compania" type="xs:int"/>
          <xs:element name="Clave_turno" type="xs:int"/>
          <xs:element name="Descripcion_turno" type="xs:string"/>
          <xs:element name="Clave_pais_nac" type="xs:int"/>
          <xs:element name="Descripcion_clave_pais_nac" type="xs:string"/>
          <xs:element name="Clave_estado_nac" type="xs:int"/>
          <xs:element name="Descripcion_clave_estado_nac" type="xs:string"/>
          <xs:element name="Clave_ciudad_nac" type="xs:int"/>
          <xs:element name="Descripcion_clave_ciudad_nac" type="xs:string"/>
          <xs:element name="Nss" type="xs:string"/>
          <xs:element name="Tipo_formula_imss" type="xs:string"/>
          <xs:element name="Fecha_antiguedad" type="xs:dateTime"/>
          <xs:element name="Fecha_baja" type="xs:dateTime"/>
          <xs:element name="Dias_periodo" type="xs:int"/>
          <xs:element name="Salario_periodo" type="xs:int"/>
          <xs:element name="Salario_hora" type="xs:int"/>
          <xs:element name="Sdi_imss" type="xs:int"/>
          <xs:element name="Grupo_imss" type="xs:string"/>
          <xs:element name="Sdi_infonavit" type="xs:int"/>
          <xs:element name="Fecha_alta_infonavit" type="xs:dateTime"/>
          <xs:element name="Fecha_proc" type="xs:dateTime"/>
          <xs:element name="Year_proc" type="xs:int"/>
          <xs:element name="Mes_proc" type="xs:int"/>
          <xs:element name="Tipo_nomina_proc" type="xs:int"/>
          <xs:element name="Tipo_periodo_proc" type="xs:int"/>
          <xs:element name="Periodo_proc" type="xs:int"/>
          <xs:element name="Id_contable" type="xs:int"/>
          <xs:element name="Contratable" type="xs:string"/>
          <xs:element name="Usuario_log" type="xs:int"/>
          <xs:element name="Subsidio_empleo" type="xs:string"/>
          <xs:element name="Rfc" type="xs:string"/>
          <xs:element name="Curp" type="xs:string"/>
          <xs:element name="Clave_registro" type="xs:int"/>
          <xs:element name="Sindicato" type="xs:string"/>
          <xs:element name="Clave_jornada" type="xs:int"/>
          <xs:element name="Recibe_ptu" type="xs:string"/>
          <xs:element name="Declara_isr" type="xs:string"/>
          <xs:element name="Estado_declara" type="xs:int"/>
          <xs:element name="Honorario_asimilable" type="xs:string"/>
          <xs:element name="Prima_vac" type="xs:int"/>
          <xs:element name="Vac_pagadas" type="xs:int"/>
          <xs:element name="Pago_destajo" type="xs:string"/>
          <xs:element name="Clave_destajista" type="xs:int"/>
          <xs:element name="Num_cta_pago" type="xs:int"/>
          <xs:element name="Num_cta_fondo_aho" type="xs:int"/>
          <xs:element name="Cuota_aho" type="xs:int"/>
          <xs:element name="Acum_aho" type="xs:int"/>
          <xs:element name="Clave_afore" type="xs:int"/>
          <xs:element name="Unidad_medica" type="xs:int"/>
          <xs:element name="Fecha_cambio_sal" type="xs:dateTime"/>
          <xs:element name="Fecha_cambio_sdi" type="xs:dateTime"/>
          <xs:element name="Base_var_imss" type="xs:int"/>
          <xs:element name="Base_var_inf" type="xs:int"/>
          <xs:element name="Codigo" type="xs:string"/>
          <xs:element name="Clave_credito_infonavit" type="xs:int"/>
          <xs:element name="Fecha_baja_infonavit" type="xs:dateTime"/>
          <xs:element name="Clave_registro_fonacot" type="xs:int"/>
          <xs:element name="Idse_altas" type="xs:string"/>
          <xs:element name="Idse_bajas" type="xs:string"/>
          <xs:element name="Idse_cambios" type="xs:string"/>
          <xs:element name="Bim_proc" type="xs:int"/>
          <xs:element name="Porc_incremento" type="xs:int"/>
          <xs:element name="Anticipo" type="xs:int"/>
          <xs:element name="Numpro" type="xs:int"/>
          <xs:element name="Sueldo_prof" type="xs:int"/>
          <xs:element name="Sueldo_neto" type="xs:int"/>
          <xs:element name="Sobresueldo" type="xs:int"/>
          <xs:element name="Recibe_despensa" type="xs:string"/>
          <xs:element name="Suc_cta_pago" type="xs:int"/>
          <xs:element name="Fecha_hora_log" type="xs:dateTime"/>
          <xs:element name="Alta_hora_log" type="xs:dateTime"/>
          <xs:element name="Alta_usuario_log" type="xs:int"/>
          <xs:element name="Foto_dir" type="xs:string"/>
          <xs:element name="CC_contable" type="xs:string"/>
          <xs:element name="Jefe_cuadrilla" type="xs:string"/>
          <xs:element name="Asist_diaria" type="xs:string"/>
          <xs:element name="Clabe" type="xs:string"/>
          <xs:element name="Cve_compania" type="xs:int"/>
          <xs:element name="Nom_compania" type="xs:string"/>
          <xs:element name="Num_dias_nomina" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosEmpleado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosEmpleado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosEmpleado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="x" type="xs:int"/>
          <xs:element name="Id_empresa" type="xs:int"/>
          <xs:element name="Descripcion_empresa" type="xs:string"/>
          <xs:element name="Clave_categoria" type="xs:int"/>
          <xs:element name="Descripcion_categoria" type="xs:string"/>
          <xs:element name="Tipo_nomina" type="xs:int"/>
          <xs:element name="Descripcion_tipo_nomina" type="xs:string"/>
          <xs:element name="Clave_empleado" type="xs:int"/>
          <xs:element name="Nombre" type="xs:string"/>
          <xs:element name="Apellido_paterno" type="xs:string"/>
          <xs:element name="Apellido_materno" type="xs:string"/>
          <xs:element name="Clave_salario" type="xs:string"/>
          <xs:element name="Clave_salario_desc" type="xs:string"/>
          <xs:element name="Id_tipo_salario" type="xs:int"/>
          <xs:element name="Tipo_salario_desc" type="xs:string"/>
          <xs:element name="Sdo_bruto" type="xs:int"/>
          <xs:element name="Sdo_neto" type="xs:int"/>
          <xs:element name="Sindicato" type="xs:int"/>
          <xs:element name="Clave_nivel" type="xs:int"/>
          <xs:element name="Descripcion_nivel" type="xs:string"/>
          <xs:element name="Clave_destajista" type="xs:int"/>
          <xs:element name="Id_tipo_jornada" type="xs:int"/>
          <xs:element name="Descripcion_tipo_jornada" type="xs:string"/>
          <xs:element name="Id_tipo_contrato" type="xs:int"/>
          <xs:element name="Descripcion_tipo_contrato" type="xs:string"/>
          <xs:element name="Clave_estructura" type="xs:string"/>
          <xs:element name="Estructura_desc" type="xs:string"/>
          <xs:element name="Id_area" type="xs:int"/>
          <xs:element name="Descripcion_area" type="xs:string"/>
          <xs:element name="Id_depto_estructura" type="xs:int"/>
          <xs:element name="Clave_depto_estructura" type="xs:string"/>
          <xs:element name="Descripcion_depto_estructura" type="xs:string"/>
          <xs:element name="Id_depto_puesto" type="xs:int"/>
          <xs:element name="Id_region" type="xs:int"/>
          <xs:element name="Descripcion_region" type="xs:string"/>
          <xs:element name="Id_Desarrollo" type="xs:int"/>
          <xs:element name="Descripcion_Desarrollo" type="xs:string"/>
          <xs:element name="Fecha_mov" type="xs:dateTime"/>
          <xs:element name="Id_puesto" type="xs:int"/>
          <xs:element name="Puesto_descripcion_esp" type="xs:string"/>
          <xs:element name="Clave_puesto" type="xs:string"/>
          <xs:element name="Id_nom_pto" type="xs:int"/>
          <xs:element name="Puestos_nom" type="xs:string"/>
          <xs:element name="Id_Jefe" type="xs:int"/>
          <xs:element name="Id_puesto_patron" type="xs:int"/>
          <xs:element name="Puesto_Descripcion_esp_patron" type="xs:string"/>
          <xs:element name="Cve_puesto_patron" type="xs:string"/>
          <xs:element name="Clave_banco" type="xs:int"/>
          <xs:element name="Descripcion_banco" type="xs:string"/>
          <xs:element name="Clave_pais" type="xs:int"/>
          <xs:element name="Descripcion_pais" type="xs:string"/>
          <xs:element name="Clave_estado" type="xs:int"/>
          <xs:element name="Descripcion_estado" type="xs:string"/>
          <xs:element name="Clave_ciudad" type="xs:int"/>
          <xs:element name="Descripcion_ciudad" type="xs:string"/>
          <xs:element name="Clave_razon_baja" type="xs:int"/>
          <xs:element name="Descripcion_motivo_baja" type="xs:string"/>
          <xs:element name="Clave_reg_pat" type="xs:int"/>
          <xs:element name="Descripcion_reg_pat" type="xs:string"/>
          <xs:element name="Id_zona_economica" type="xs:int"/>
          <xs:element name="Descripcion_zona_economica" type="xs:string"/>
          <xs:element name="Clave_turno" type="xs:int"/>
          <xs:element name="Descripcion_turno" type="xs:string"/>
          <xs:element name="Id_num_contrato" type="xs:int"/>
          <xs:element name="Id_forma_pago" type="xs:int"/>
          <xs:element name="Descripcion_forma_pago" type="xs:string"/>
          <xs:element name="Id_tipo_regimen" type="xs:int"/>
          <xs:element name="Descripcion_tipo_regimen" type="xs:string"/>
          <xs:element name="Clave_Enkontrol" type="xs:string"/>
          <xs:element name="Id_emp_gtos_destino" type="xs:int"/>
          <xs:element name="Nom_odbc" type="xs:string"/>
          <xs:element name="Emp_desc" type="xs:string"/>
          <xs:element name="Status_Proceso" type="xs:string"/>
          <xs:element name="Estatus_empleado" type="xs:int"/>
          <xs:element name="Id_descripcion" type="xs:int"/>
          <xs:element name="Descripcion" type="xs:string"/>
          <xs:element name="Id_departamento_tabla_puestos" type="xs:int"/>
          <xs:element name="Id_departamento_empleado" type="xs:int"/>
          <xs:element name="Clave_departamento_empleado" type="xs:string"/>
          <xs:element name="Descripcion_departamento_empleado" type="xs:string"/>
          <xs:element name="RFC" type="xs:string"/>
          <xs:element name="CURP" type="xs:string"/>
          <xs:element name="NSS" type="xs:string"/>
          <xs:element name="Fecha_de_nacimiento_CURP" type="xs:string"/>
          <xs:element name="Sexo_Curp" type="xs:string"/>
          <xs:element name="fechbaja" type="xs:dateTime"/>
          <xs:element name="fecha_antiguedad" type="xs:dateTime"/>
          <xs:element name="fecha_contratacion" type="xs:dateTime"/>
          <xs:element name="fecha_ingreso" type="xs:dateTime"/>
          <xs:element name="tipo_oper" type="xs:string"/>
          <xs:element name="salario_nomina" type="xs:int"/>
          <xs:element name="Puesto_nomina" type="xs:string"/>
          <xs:element name="Clave_compania" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosNoEmpleado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosNoEmpleado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosNoEmpleado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="x" type="xs:int"/>
          <xs:element name="Id_empresa" type="xs:int"/>
          <xs:element name="Descripcion_empresa" type="xs:string"/>
          <xs:element name="Clave_categoria" type="xs:int"/>
          <xs:element name="Descripcion_categoria" type="xs:string"/>
          <xs:element name="Tipo_nomina" type="xs:int"/>
          <xs:element name="Descripcion_tipo_nomina" type="xs:string"/>
          <xs:element name="Clave_empleado" type="xs:int"/>
          <xs:element name="Nombre" type="xs:string"/>
          <xs:element name="Apellido_paterno" type="xs:string"/>
          <xs:element name="Apellido_materno" type="xs:string"/>
          <xs:element name="Clave_salario" type="xs:string"/>
          <xs:element name="Clave_salario_desc" type="xs:string"/>
          <xs:element name="Id_tipo_salario" type="xs:int"/>
          <xs:element name="Tipo_salario_desc" type="xs:string"/>
          <xs:element name="Sindicato" type="xs:int"/>
          <xs:element name="Clave_nivel" type="xs:int"/>
          <xs:element name="Descripcion_nivel" type="xs:string"/>
          <xs:element name="Clave_destajista" type="xs:int"/>
          <xs:element name="Id_tipo_jornada" type="xs:int"/>
          <xs:element name="Descripcion_tipo_jornada" type="xs:string"/>
          <xs:element name="Id_tipo_contrato" type="xs:int"/>
          <xs:element name="Descripcion_tipo_contrato" type="xs:string"/>
          <xs:element name="Clave_estructura" type="xs:string"/>
          <xs:element name="Estructura_desc" type="xs:string"/>
          <xs:element name="Id_area" type="xs:int"/>
          <xs:element name="Descripcion_area" type="xs:string"/>
          <xs:element name="Id_depto_estructura" type="xs:int"/>
          <xs:element name="Clave_depto_estructura" type="xs:string"/>
          <xs:element name="Descripcion_depto_estructura" type="xs:string"/>
          <xs:element name="Id_region" type="xs:int"/>
          <xs:element name="Descripcion_region" type="xs:string"/>
          <xs:element name="Id_Desarrollo" type="xs:int"/>
          <xs:element name="Descripcion_Desarrollo" type="xs:string"/>
          <xs:element name="Fecha_mov" type="xs:dateTime"/>
          <xs:element name="Id_puesto" type="xs:int"/>
          <xs:element name="Puesto_descripcion_esp" type="xs:string"/>
          <xs:element name="Clave_puesto" type="xs:string"/>
          <xs:element name="Id_nom_pto" type="xs:int"/>
          <xs:element name="Puestos_nom" type="xs:string"/>
          <xs:element name="Id_Jefe" type="xs:int"/>
          <xs:element name="Id_puesto_patron" type="xs:int"/>
          <xs:element name="Puesto_Descripcion_esp_patron" type="xs:string"/>
          <xs:element name="Cve_puesto_patron" type="xs:string"/>
          <xs:element name="Clave_banco" type="xs:int"/>
          <xs:element name="Descripcion_banco" type="xs:string"/>
          <xs:element name="Clave_pais" type="xs:int"/>
          <xs:element name="Descripcion_pais" type="xs:string"/>
          <xs:element name="Clave_estado" type="xs:int"/>
          <xs:element name="Descripcion_estado" type="xs:string"/>
          <xs:element name="Clave_ciudad" type="xs:int"/>
          <xs:element name="Descripcion_ciudad" type="xs:string"/>
          <xs:element name="Clave_razon_baja" type="xs:int"/>
          <xs:element name="Descripcion_motivo_baja" type="xs:string"/>
          <xs:element name="Clave_reg_pat" type="xs:int"/>
          <xs:element name="Descripcion_reg_pat" type="xs:string"/>
          <xs:element name="Id_zona_economica" type="xs:int"/>
          <xs:element name="Descripcion_zona_economica" type="xs:string"/>
          <xs:element name="Clave_turno" type="xs:int"/>
          <xs:element name="Descripcion_turno" type="xs:string"/>
          <xs:element name="Id_num_contrato" type="xs:int"/>
          <xs:element name="Id_forma_pago" type="xs:int"/>
          <xs:element name="Descripcion_forma_pago" type="xs:string"/>
          <xs:element name="Id_tipo_regimen" type="xs:int"/>
          <xs:element name="Descripcion_tipo_regimen" type="xs:string"/>
          <xs:element name="Clave_Enkontrol" type="xs:string"/>
          <xs:element name="Id_emp_gtos_destino" type="xs:int"/>
          <xs:element name="Nom_odbc" type="xs:string"/>
          <xs:element name="Emp_desc" type="xs:string"/>
          <xs:element name="Status_Proceso" type="xs:string"/>
          <xs:element name="Estatus_empleado" type="xs:int"/>
          <xs:element name="Id_descripcion" type="xs:int"/>
          <xs:element name="Descripcion" type="xs:string"/>
          <xs:element name="Id_departamento_empleado" type="xs:int"/>
          <xs:element name="Clave_departamento_empleado" type="xs:string"/>
          <xs:element name="Descripcion_departamento_empleado" type="xs:string"/>
          <xs:element name="RFC" type="xs:string"/>
          <xs:element name="CURP" type="xs:string"/>
          <xs:element name="NSS" type="xs:string"/>
          <xs:element name="Fecha_de_nacimiento_CURP" type="xs:string"/>
          <xs:element name="Sexo_Curp" type="xs:string"/>
          <xs:element name="fechbaja" type="xs:dateTime"/>
          <xs:element name="fecha_antiguedad" type="xs:dateTime"/>
          <xs:element name="fecha_contratacion" type="xs:dateTime"/>
          <xs:element name="fecha_ingreso" type="xs:dateTime"/>
          <xs:element name="salario_nomina" type="xs:int"/>
          <xs:element name="Puesto_nomina" type="xs:string"/>
          <xs:element name="Clave_compania" type="xs:int"/>
          <xs:element name="Cuenta_ahorro" type="xs:string"/>
          <xs:element name="No_credito_inf" type="xs:string"/>
          <xs:element name="Clave_reg_fonacot" type="xs:string"/>
          <xs:element name="CC_depto" type="xs:string"/>
          <xs:element name="Fecha_antiguedad_contratacion" type="xs:dateTime"/>
          <xs:element name="Fecha_ingreso_contratacion" type="xs:dateTime"/>
          <xs:element name="Fecha_nacimiento" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ClienteUnicoEntrada">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="rfc_cte" type="xs:string"/>
          <xs:element name="nss" type="xs:string"/>
          <xs:element name="tel_movil" type="xs:string"/>
          <xs:element name="correo_electronico" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionClsClienteUnico">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TClsClienteUnico[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TClsClienteUnico">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:string"/>
          <xs:element name="id_oportunida" type="xs:string"/>
          <xs:element name="nombre" type="xs:string"/>
          <xs:element name="paterno" type="xs:string"/>
          <xs:element name="materno" type="xs:string"/>
          <xs:element name="estatus" type="xs:string"/>
          <xs:element name="fec_nac" type="xs:string"/>
          <xs:element name="fec_registo" type="xs:string"/>
          <xs:element name="rfc" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="correo_electronico" type="xs:string"/>
          <xs:element name="nss" type="xs:string"/>
          <xs:element name="tel_movil" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TDocumentosDigitales">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_docto" type="xs:int"/>
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="ruta_docto" type="xs:string"/>
          <xs:element name="ruta_docto_sec" type="xs:string"/>
          <xs:element name="ruta_docto_migracion" type="xs:string"/>
          <xs:element name="relacion" type="xs:string"/>
          <xs:element name="usuario_carga" type="xs:string"/>
          <xs:element name="id_coacreditado" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionCatalogo">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TCatalogo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCatalogo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="clave" type="xs:string"/>
          <xs:element name="descripcion" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TModificaUbicacionPrecio">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="precio_minimo" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TModificaPrecio_vta">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="precio_vta" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TModificaUbicacionEstatus">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="status_lote" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TClienteParentesco">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="id_num_tiporelacion" type="xs:string"/>
          <xs:element name="nombre" type="xs:string"/>
          <xs:element name="ap_materno" type="xs:string"/>
          <xs:element name="ap_paterno" type="xs:string"/>
          <xs:element name="tel_casa" type="xs:string"/>
          <xs:element name="tel_oficina" type="xs:string"/>
          <xs:element name="tel_fax" type="xs:string"/>
          <xs:element name="tel_otros" type="xs:string"/>
          <xs:element name="dir_email" type="xs:string"/>
          <xs:element name="dir_casa" type="xs:string"/>
          <xs:element name="colonia" type="xs:string"/>
          <xs:element name="ciudad" type="xs:string"/>
          <xs:element name="edo" type="xs:string"/>
          <xs:element name="pais" type="xs:string"/>
          <xs:element name="cp" type="xs:string"/>
          <xs:element name="entre_calles" type="xs:string"/>
          <xs:element name="rfc" type="xs:string"/>
          <xs:element name="fec_nac" type="xs:dateTime"/>
          <xs:element name="fec_registo" type="xs:dateTime"/>
          <xs:element name="observaciones" type="xs:string"/>
          <xs:element name="ocupacion" type="xs:string"/>
          <xs:element name="sexo" type="xs:string"/>
          <xs:element name="nacionalidad" type="xs:string"/>
          <xs:element name="lugar_nacimiento" type="xs:string"/>
          <xs:element name="cve_identificador" type="xs:string"/>
          <xs:element name="afiliacion_immss" type="xs:string"/>
          <xs:element name="edad" type="xs:int"/>
          <xs:element name="parentesco" type="xs:string"/>
          <xs:element name="curp" type="xs:string"/>
          <xs:element name="lada" type="xs:int"/>
          <xs:element name="porc_valor_vivienda" type="xs:int"/>
          <xs:element name="estudios" type="xs:int"/>
          <xs:element name="valor_credito" type="xs:double"/>
          <xs:element name="valor_subcuenta" type="xs:double"/>
          <xs:element name="puntos_credito" type="xs:int"/>
          <xs:element name="fec_credito" type="xs:dateTime"/>
          <xs:element name="horario_inicial" type="xs:dateTime"/>
          <xs:element name="horario_final" type="xs:dateTime"/>
          <xs:element name="id_pais" type="xs:int"/>
          <xs:element name="id_estado" type="xs:int"/>
          <xs:element name="Id_municipio" type="xs:int"/>
          <xs:element name="incremento" type="xs:int"/>
          <xs:element name="titulacion" type="xs:int"/>
          <xs:element name="gtitulacion" type="xs:int"/>
          <xs:element name="mtto" type="xs:int"/>
          <xs:element name="id_coacreditado" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColecccionDocumetosDigitalesCliente">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDocumetosDigitalesCliente[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDocumetosDigitalesCliente">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="numcte" type="xs:int"/>
          <xs:element name="id_docto" type="xs:int"/>
          <xs:element name="nombre_docto" type="xs:string"/>
          <xs:element name="ruta_default" type="xs:string"/>
          <xs:element name="obligatorio" type="xs:string"/>
          <xs:element name="abreviacion" type="xs:string"/>
          <xs:element name="ruta_docto" type="xs:string"/>
          <xs:element name="credito_conyugal" type="xs:string"/>
          <xs:element name="orden" type="xs:int"/>
          <xs:element name="nom_etapa" type="xs:string"/>
          <xs:element name="id_num_etapa" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TDocumetosDigitalesClienteV2">
        <xs:complexContent>
          <xs:extension base="ns2:TDocumetosDigitalesCliente">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="nombre" type="xs:string"/>
              <xs:element name="relacion" type="xs:string"/>
              <xs:element name="relacionV2" type="xs:string"/>
              <xs:element name="estatus" type="xs:string"/>
              <xs:element name="comentario" type="xs:string"/>
              <xs:element name="fec_inicio_vigencia" type="xs:string"/>
              <xs:element name="fec_fin_vigencia" type="xs:string"/>
              <xs:element name="Numero_Coacreditados" type="xs:string"/>
              <xs:element name="id_coacreditado" type="xs:string"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInsertaRhEnvioCorrer">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="fec_registro" type="xs:string"/>
          <xs:element name="email" type="xs:string"/>
          <xs:element name="titulo" type="xs:string"/>
          <xs:element name="cuerpo" type="xs:string"/>
          <xs:element name="status" type="xs:string"/>
          <xs:element name="fec_envio" type="xs:string"/>
          <xs:element name="mensaje" type="xs:string"/>
          <xs:element name="ventana" type="xs:string"/>
          <xs:element name="servidor" type="xs:string"/>
          <xs:element name="email_origen" type="xs:string"/>
          <xs:element name="id_paquete" type="xs:string"/>
          <xs:element name="fecha_alta" type="xs:string"/>
          <xs:element name="id_usr_alta" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionPrototipoCpto">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TPrototipoCpto[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPrototipoCpto">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="id_concepto" type="xs:int"/>
          <xs:element name="importe" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionUbicacionCpto">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TUbicacionCpto[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TUbicacionCpto">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id" type="xs:long"/>
          <xs:element name="lote_id" type="xs:int"/>
          <xs:element name="id_concepto" type="xs:int"/>
          <xs:element name="importe" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TActualizaSmFraccionamiento">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="esquina_exterior" type="xs:int"/>
          <xs:element name="superficie_excedente" type="xs:int"/>
          <xs:element name="esquina_interior" type="xs:int"/>
          <xs:element name="bit_crm" type="xs:int"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionCPQTransacciones">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TCPQTransacciones[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCPQTransacciones">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="hu_rap" type="xs:string"/>
          <xs:element name="status_t" type="xs:string"/>
          <xs:element name="id" type="xs:string"/>
          <xs:element name="opportunityID_t" type="xs:string"/>
          <xs:element name="opportunityName_t" type="xs:string"/>
          <xs:element name="hu_contact_id" type="xs:string"/>
          <xs:element name="hu_correo_ejecutivo" type="xs:string"/>
          <xs:element name="hu_id_region" type="xs:string"/>
          <xs:element name="hu_id_desarrollo" type="xs:string"/>
          <xs:element name="hu_id_modelo" type="xs:string"/>
          <xs:element name="hu_esquema_financiamiento" type="xs:string"/>
          <xs:element name="hu_tipo_credito" type="xs:string"/>
          <xs:element name="hu_prestamo_Titular" type="xs:string"/>
          <xs:element name="hu_subcuenta_titular" type="xs:string"/>
          <xs:element name="hu_prestamo_conyuge" type="xs:string"/>
          <xs:element name="hu_subcuenta_conyuge" type="xs:string"/>
          <xs:element name="hu_institucion_credito" type="xs:string"/>
          <xs:element name="hu_subsidio" type="xs:string"/>
          <xs:element name="hu_subsidio_B" type="xs:string"/>
          <xs:element name="hu_numero_pagos" type="xs:string"/>
          <xs:element name="hu_id_ubicacion_comercial" type="xs:string"/>
          <xs:element name="hu_impuestos_derechos" type="xs:string"/>
          <xs:element name="hu_gastos_titulacion" type="xs:string"/>
          <xs:element name="hu_prestamo_bancario" type="xs:string"/>
          <xs:element name="hu_honorarios_investigacion" type="xs:string"/>
          <xs:element name="hu_comision_Apertura" type="xs:string"/>
          <xs:element name="hu_costo_avalo" type="xs:string"/>
          <xs:element name="tipoEsquema" type="xs:string"/>
          <xs:element name="hu_gastos_notariales_bancarios" type="xs:string"/>
          <xs:element name="hu_primera_mensualidad" type="xs:string"/>
          <xs:element name="hu_complemento_vivienda" type="xs:string"/>
          <xs:element name="hu_gastos_notariales" type="xs:string"/>
          <xs:element name="hu_monto_promocion" type="xs:string"/>
          <xs:element name="hu_anticipo_minimo_requerido" type="xs:string"/>
          <xs:element name="hu_sociedad_conyugal" type="xs:string"/>
          <xs:element name="hu_matriz_monto_plan_pago" type="xs:string"/>
          <xs:element name="hu_matriz_fecha_plan_pago" type="xs:string"/>
          <xs:element name="hu_diferencia" type="xs:string"/>
          <xs:element name="hu_costo_avaluo_infonavit" type="xs:string"/>
          <xs:element name="hu_ahorro_previo" type="xs:string"/>
          <xs:element name="hu_precio_Institucion_Calculadora" type="xs:string"/>
          <xs:element name="totalOneTimeListAmount_t" type="xs:string"/>
          <xs:element name="error" type="xs:string"/>
          <xs:element name="oRCL_OSC_TransactionID_t" type="xs:string"/>
          <xs:element name="transactionName_t" type="xs:string"/>
          <xs:element name="hu_region" type="xs:string"/>
          <xs:element name="hu_desarrollo" type="xs:string"/>
          <xs:element name="hu_modelo" type="xs:string"/>
          <xs:element name="hu_ubicacion" type="xs:string"/>
          <xs:element name="precioMinimo" type="xs:string"/>
          <xs:element name="lastUpdatedDate_t" type="xs:string"/>
          <xs:element name="hu_prestamo_institucion" type="xs:string"/>
          <xs:element name="hu_para_cubrir_diferencia" type="xs:string"/>
          <xs:element name="hu_monto_apartar" type="xs:string"/>
          <xs:element name="hu_seguro_calidad" type="xs:string"/>
          <xs:element name="createdDate_t" type="xs:string"/>
          <xs:element name="hu_capacidad_de_credito" type="xs:string"/>
          <xs:element name="hu_capacidad_compra" type="xs:string"/>
          <xs:element name="hu_avaluo_plan_venta" type="xs:string"/>
          <xs:element name="totalOneTimeNetAmount_t" type="xs:string"/>
          <xs:element name="hu_precio_base" type="xs:string"/>
          <xs:element name="Usuario" type="xs:string"/>
          <xs:element name="Modalidad" type="xs:string"/>
          <xs:element name="Emisor" type="xs:string"/>
          <xs:element name="fecha_insercion" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TActualizaSmFraccionamientoLote">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="condominio" type="xs:string"/>
          <xs:element name="calle" type="xs:string"/>
          <xs:element name="lote_id" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TActualizaCaracteristicastoLote">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="caracteristicas" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionFraccionamientoV2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TFraccionamientoV2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionModelosV2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TModelosV2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDetalleFraccionamiento">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="longitud" type="xs:string"/>
          <xs:element name="latitud" type="xs:string"/>
          <xs:element name="segmento" type="xs:string"/>
          <xs:element name="tipo_desarrollo" type="xs:string"/>
          <xs:element name="subregion" type="xs:string"/>
          <xs:element name="numero_semanas" type="xs:int"/>
          <xs:element name="gerente" type="xs:string"/>
          <xs:element name="gerente_escritutacion" type="xs:string"/>
          <xs:element name="numero_viviendas" type="xs:int"/>
          <xs:element name="id_gerente" type="xs:int"/>
          <xs:element name="id_gerente_escrituracion" type="xs:int"/>
          <xs:element name="nombre_comercial" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionEmpleado">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TEmpleado[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEmpleado">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="nombre" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TModeloEspecifico">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="numero_vivienda" type="xs:int"/>
          <xs:element name="meta" type="xs:double"/>
          <xs:element name="segmento" type="xs:string"/>
          <xs:element name="familia" type="xs:string"/>
          <xs:element name="comercializable" type="xs:int"/>
          <xs:element name="nombre_comercial" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionGerente">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TGerente[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGerente">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_agente" type="xs:int"/>
          <xs:element name="nombre" type="xs:string"/>
          <xs:element name="correo" type="xs:string"/>
          <xs:element name="id_nom_pto" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TFechaCreacionAvanti">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FecheCreacion" type="xs:string"/>
          <xs:element name="numcte" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionMetas">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TMetas[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMetas">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="id_tipo_meta" type="xs:int"/>
          <xs:element name="ds_tipo" type="xs:string"/>
          <xs:element name="id_clase_meta" type="xs:int"/>
          <xs:element name="ds_clase" type="xs:string"/>
          <xs:element name="meta" type="xs:int"/>
          <xs:element name="id_cve_fracc" type="xs:string"/>
          <xs:element name="id_num_tipocasa" type="xs:int"/>
          <xs:element name="id_prototipo" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCorreoHCM">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Titulo" type="xs:string"/>
          <xs:element name="Cuerpo" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionPagos">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TPagos[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPagos">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="fecha_pago" type="xs:string"/>
          <xs:element name="fecha_vencimiento" type="xs:string"/>
          <xs:element name="monto" type="xs:double"/>
          <xs:element name="concepto" type="xs:string"/>
          <xs:element name="tipo_movimiento" type="xs:string"/>
          <xs:element name="tipo_pago" type="xs:string"/>
          <xs:element name="moneda" type="xs:string"/>
          <xs:element name="tipo_cambio" type="xs:string"/>
          <xs:element name="forma_pago" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColecccionDocumetosDigitalesClienteV2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDocumetosDigitalesClienteV2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TColeccionBitacoraIntegacionCompleata">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TBitacoraIntegacionCompleata[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TBitacoraIntegacionCompleata">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="folio" type="xs:string"/>
          <xs:element name="fecha" type="xs:string"/>
          <xs:element name="tiempo_ejecucion" type="xs:string"/>
          <xs:element name="id_oportunidad" type="xs:string"/>
          <xs:element name="id_transaccion" type="xs:string"/>
          <xs:element name="id_titular" type="xs:string"/>
          <xs:element name="id_conyuge" type="xs:string"/>
          <xs:element name="etapa" type="xs:string"/>
          <xs:element name="status_t" type="xs:string"/>
          <xs:element name="estatus_banco" type="xs:string"/>
          <xs:element name="estatus_ejecucion" type="xs:string"/>
          <xs:element name="observaciones" type="xs:string"/>
          <xs:element name="nombre_oportunidad" type="xs:string"/>
          <xs:element name="nombre_contacto" type="xs:string"/>
          <xs:element name="nombre_usuario" type="xs:string"/>
          <xs:element name="numcte" type="xs:string"/>
          <xs:element name="error" type="xs:string"/>
          <xs:element name="bd2" type="xs:string"/>
          <xs:element name="emisor" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TColeccionDatosPlanPagov2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns2:TDatosPlanPagov2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDatosPlanPagov2">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="informacion" type="xs:string"/>
          <xs:element name="id_crm_numcte" type="xs:string"/>
          <xs:element name="hu_pago" type="xs:int"/>
          <xs:element name="hu_monto" type="xs:int"/>
          <xs:element name="id_num_cptopago" type="xs:int"/>
          <xs:element name="fec_sinc" type="xs:dateTime"/>
          <xs:element name="hu_fecha" type="xs:dateTime"/>
          <xs:element name="proces_fec" type="xs:dateTime"/>
          <xs:element name="desc_cptopago" type="xs:string"/>
          <xs:element name="proces" type="xs:int"/>
          <xs:element name="numcte" type="xs:int"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="obtener_criterio0Request"/>
  <message name="obtener_criterio0Response">
    <part name="return" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_gerencia1Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_gerencia1Response">
    <part name="return" type="ns2:TColeccionRegion"/>
  </message>
  <message name="obtener_sm_fraccionamiento2Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_fraccionamiento2Response">
    <part name="return" type="ns2:TColeccionFraccionamiento"/>
  </message>
  <message name="obtener_sm_modelos3Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_modelos3Response">
    <part name="return" type="ns2:TColeccionModelos"/>
  </message>
  <message name="obtener_sm_modelosV24Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_modelosV24Response">
    <part name="return" type="ns2:TColeccionModelos"/>
  </message>
  <message name="obtener_sm_modelos_agrupados5Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_modelos_agrupados5Response">
    <part name="return" type="ns2:TColeccionModeloAgrupado"/>
  </message>
  <message name="obtener_sm_ubicacion6Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion6Response">
    <part name="return" type="ns2:TColeccionUbicacion"/>
  </message>
  <message name="obtener_sm_ubicacionV27Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacionV27Response">
    <part name="return" type="ns2:TColeccionUbicacionInventario"/>
  </message>
  <message name="obtener_sm_ubicacion_agrupados8Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_agrupados8Response">
    <part name="return" type="ns2:TColeccionUbicacionAgrupada"/>
  </message>
  <message name="obtener_sm_plano_imagen9Request">
    <part name="id_cve_fracc" type="xs:string"/>
    <part name="consultaSQL" type="xs:string"/>
  </message>
  <message name="obtener_sm_plano_imagen9Response">
    <part name="return" type="ns2:TRespuestaGenerica"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos10Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos10Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonos"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupados11Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupados11Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonos"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupadosV212Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupadosV212Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosSimplificado"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupadosV313Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupadosV313Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosSimplificadoV2"/>
  </message>
  <message name="obtener_sm_esquema14Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_esquema14Response">
    <part name="return" type="ns2:TColeccionEsquema"/>
  </message>
  <message name="obtener_sm_tipo_credito15Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_tipo_credito15Response">
    <part name="return" type="ns2:TColeccionTipoCredito"/>
  </message>
  <message name="obtener_sm_instituciones16Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_instituciones16Response">
    <part name="return" type="ns2:TColeccionInstituciones"/>
  </message>
  <message name="obtener_productos17Request">
    <part name="id_gerencia" type="xs:int"/>
    <part name="id_cve_fracc" type="xs:string"/>
    <part name="id_prototipo" type="xs:int"/>
    <part name="id_num_tipocasa" type="xs:int"/>
    <part name="lote_id" type="xs:int"/>
  </message>
  <message name="obtener_productos17Response">
    <part name="return" type="ns2:TProductos"/>
  </message>
  <message name="obtener_sm_fraccionamientoV218Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_fraccionamientoV218Response">
    <part name="return" type="ns2:TColeccionFraccionamientoSimplificado"/>
  </message>
  <message name="obtener_sm_ubicacion_agrupadosV219Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_agrupadosV219Response">
    <part name="return" type="ns2:TColeccionUbicacionSimplificado"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupadosV420Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_poligonos_agrupadosV420Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosSimplificadoV3"/>
  </message>
  <message name="obtener_poligonos_plano21Request">
    <part name="lote_id" type="xs:int"/>
  </message>
  <message name="obtener_poligonos_plano21Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosPlano"/>
  </message>
  <message name="obtener_imagen_poligono22Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_imagen_poligono22Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosPlano"/>
  </message>
  <message name="obtener_poligono_imap_simplificado23Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_poligono_imap_simplificado23Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosPlano"/>
  </message>
  <message name="obtener_poligono_imap_completo24Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_poligono_imap_completo24Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonos"/>
  </message>
  <message name="obtener_informacion_prototipo25Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_informacion_prototipo25Response">
    <part name="return" type="ns2:TColeccionUbicacionPoligonosSimplificadoPDF"/>
  </message>
  <message name="obtener_nombre_planos26Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_nombre_planos26Response">
    <part name="return" type="ns2:TColeccionPlanos"/>
  </message>
  <message name="obtener_producto_poligonos27Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_producto_poligonos27Response">
    <part name="return" type="ns2:TProductoPoligono"/>
  </message>
  <message name="obtener_informacion_cliente_completa28Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_informacion_cliente_completa28Response">
    <part name="return" type="ns2:TColeccionClientes"/>
  </message>
  <message name="asigna_ubicacion29Request">
    <part name="numcte" type="xs:int"/>
    <part name="lote_id" type="xs:int"/>
    <part name="status_lote" type="xs:string"/>
  </message>
  <message name="asigna_ubicacion29Response">
    <part name="return" type="ns2:TResultado"/>
  </message>
  <message name="obtener_documentos_cliente30Request">
    <part name="numcte" type="xs:int"/>
  </message>
  <message name="obtener_documentos_cliente30Response">
    <part name="return" type="ns2:TColecccionDocumentosCliente"/>
  </message>
  <message name="obtener_documentos_cliente_cia31Request">
    <part name="numcte" type="xs:int"/>
    <part name="cia" type="xs:int"/>
  </message>
  <message name="obtener_documentos_cliente_cia31Response">
    <part name="return" type="ns2:TColeccionDocumentosClienteCia"/>
  </message>
  <message name="insertar_documento32Request">
    <part name="numcte" type="xs:int"/>
    <part name="id_docto" type="xs:int"/>
    <part name="cia" type="xs:int"/>
    <part name="ruta_docto" type="xs:string"/>
  </message>
  <message name="insertar_documento32Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="actualizar_documento33Request">
    <part name="numcte" type="xs:int"/>
    <part name="id_docto" type="xs:int"/>
    <part name="cia" type="xs:int"/>
    <part name="ruta_docto" type="xs:string"/>
  </message>
  <message name="actualizar_documento33Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="formulario_eloqua34Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="formulario_eloqua34Response">
    <part name="return" type="ns2:TColeccionEnvioActividad"/>
  </message>
  <message name="ConsultarClienteUnico35Request">
    <part name="campo1" type="xs:string"/>
    <part name="nom_cte" type="xs:string"/>
    <part name="ap_paterno_cte" type="xs:string"/>
    <part name="ap_materno_cte" type="xs:string"/>
    <part name="rfc_cte" type="xs:string"/>
    <part name="fec_nac" type="xs:string"/>
    <part name="nss" type="xs:string"/>
    <part name="tel_movil" type="xs:string"/>
    <part name="correo_electronico" type="xs:string"/>
    <part name="curp" type="xs:string"/>
    <part name="idcrm_contacto" type="xs:string"/>
  </message>
  <message name="ConsultarClienteUnico35Response">
    <part name="return" type="ns2:TColeccionClienteUnico"/>
  </message>
  <message name="BuscarContactosTelefonicos36Request">
    <part name="Valor" type="xs:long"/>
  </message>
  <message name="BuscarContactosTelefonicos36Response">
    <part name="return" type="ns2:TColeccionContactosTelefonicos"/>
  </message>
  <message name="ObtenerEnKontrolEscrituracion37Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolEscrituracion37Response">
    <part name="return" type="ns2:TColeccionDatosEscrituracion"/>
  </message>
  <message name="ObtenerEnKontrolPlanVenta38Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolPlanVenta38Response">
    <part name="return" type="ns2:TColeccionDatosPlanVenta"/>
  </message>
  <message name="ObtenerEnKontrolPlanPago39Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolPlanPago39Response">
    <part name="return" type="ns2:TColeccionDatosPlanPago"/>
  </message>
  <message name="ObtenerEnKontrolEtapas40Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolEtapas40Response">
    <part name="return" type="ns2:TColeccionDatosEtapas"/>
  </message>
  <message name="ObtenerEnKontrolCliente41Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolCliente41Response">
    <part name="return" type="ns2:TColeccionInformacionCliente"/>
  </message>
  <message name="ObtenerEnKontrolClienteUnificado42Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolClienteUnificado42Response">
    <part name="return" type="ns2:TColeccionClienteCompleto"/>
  </message>
  <message name="ObtenerEnKontrolBitacora43Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolBitacora43Response">
    <part name="return" type="ns2:TColeccionDatosBitacora"/>
  </message>
  <message name="ObtenerEnKontrolClienteUnificadoUnico44Request">
    <part name="Cliente" type="ns2:TBusquedaCliente"/>
  </message>
  <message name="ObtenerEnKontrolClienteUnificadoUnico44Response">
    <part name="return" type="ns2:TColeccionClienteCompleto"/>
  </message>
  <message name="ObtenerEnKontrolClienteColecciones45Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolClienteColecciones45Response">
    <part name="return" type="ns2:TClienteColeccion"/>
  </message>
  <message name="ObtenerEnKontrolClienteNomina46Request">
    <part name="CriterioPrimitivo" type="ns1:TColeccionCriterio"/>
    <part name="Contrasenia" type="xs:string"/>
    <part name="Base" type="xs:string"/>
  </message>
  <message name="ObtenerEnKontrolClienteNomina46Response">
    <part name="return" type="ns2:TColeccionDatosNomina"/>
  </message>
  <message name="ObtenerEnKontrolEmpleado47Request">
    <part name="CriterioPrimitivo" type="ns1:TColeccionCriterio"/>
    <part name="Contrasenia" type="xs:string"/>
    <part name="Base" type="xs:string"/>
  </message>
  <message name="ObtenerEnKontrolEmpleado47Response">
    <part name="return" type="ns2:TColeccionDatosEmpleado"/>
  </message>
  <message name="ObtenerEnKontrolNoEmpleado48Request">
    <part name="CriterioPrimitivo" type="ns1:TColeccionCriterio"/>
    <part name="Contrasenia" type="xs:string"/>
    <part name="Base" type="xs:string"/>
  </message>
  <message name="ObtenerEnKontrolNoEmpleado48Response">
    <part name="return" type="ns2:TColeccionDatosNoEmpleado"/>
  </message>
  <message name="ObtenerEnKontrolClienteUnico49Request">
    <part name="Cliente" type="ns2:ClienteUnicoEntrada"/>
  </message>
  <message name="ObtenerEnKontrolClienteUnico49Response">
    <part name="return" type="ns2:TColeccionClsClienteUnico"/>
  </message>
  <message name="InsertaEnKontrolDocumentosDigitales50Request">
    <part name="Documento" type="ns2:TDocumentosDigitales"/>
  </message>
  <message name="InsertaEnKontrolDocumentosDigitales50Response">
    <part name="return" type="ns2:TResultado"/>
  </message>
  <message name="obtener_Manzana51Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_Manzana51Response">
    <part name="return" type="ns2:TColeccionCatalogo"/>
  </message>
  <message name="obtener_dir_casa52Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_dir_casa52Response">
    <part name="return" type="ns2:TColeccionCatalogo"/>
  </message>
  <message name="obtener_condominio53Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_condominio53Response">
    <part name="return" type="ns2:TColeccionCatalogo"/>
  </message>
  <message name="UbicacionActualizarPrecio54Request">
    <part name="Datos" type="ns2:TModificaUbicacionPrecio"/>
  </message>
  <message name="UbicacionActualizarPrecio54Response">
    <part name="return" type="ns2:TResultado"/>
  </message>
  <message name="UbicacionActualizarPrecioUbicacion55Request">
    <part name="Valor" type="ns2:TModificaPrecio_vta"/>
  </message>
  <message name="UbicacionActualizarPrecioUbicacion55Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="UbicacionActualizarEstatus56Request">
    <part name="Datos" type="ns2:TModificaUbicacionEstatus"/>
  </message>
  <message name="UbicacionActualizarEstatus56Response">
    <part name="return" type="ns2:TResultado"/>
  </message>
  <message name="CrearCoacreditado57Request">
    <part name="clienteParentesco" type="ns2:TClienteParentesco"/>
  </message>
  <message name="CrearCoacreditado57Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="ActualizaEnKontrolnumcte_relacion58Request">
    <part name="numcte_relacion" type="xs:int"/>
    <part name="numcte" type="xs:int"/>
  </message>
  <message name="ActualizaEnKontrolnumcte_relacion58Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="obtenerFecha59Request"/>
  <message name="obtenerFecha59Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="saludo60Request"/>
  <message name="saludo60Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ObtenerDocumentosDigitalesCliente61Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerDocumentosDigitalesCliente61Response">
    <part name="return" type="ns2:TColecccionDocumetosDigitalesCliente"/>
  </message>
  <message name="CrearEstadoCuenta62Request">
    <part name="numcte" type="xs:int"/>
  </message>
  <message name="CrearEstadoCuenta62Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="Insertarh_envio_correo63Request">
    <part name="Valor" type="ns2:TInsertaRhEnvioCorrer"/>
  </message>
  <message name="Insertarh_envio_correo63Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="obtener_suma_pagos64Request">
    <part name="numcte" type="xs:string"/>
  </message>
  <message name="obtener_suma_pagos64Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="obtenerMontoApartar65Request">
    <part name="id_cve_fracc" type="xs:string"/>
    <part name="id_num_tipocasa" type="xs:int"/>
    <part name="lote_id" type="xs:int"/>
    <part name="precio_ubicacion" type="xs:int"/>
  </message>
  <message name="obtenerMontoApartar65Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="obtener_sm_prototipo_cpto66Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_prototipo_cpto66Response">
    <part name="return" type="ns2:TColeccionPrototipoCpto"/>
  </message>
  <message name="obtener_sm_ubicacion_cpto67Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_ubicacion_cpto67Response">
    <part name="return" type="ns2:TColeccionUbicacionCpto"/>
  </message>
  <message name="Actualiza_sm_fraccionamiento68Request">
    <part name="Valor" type="ns2:TActualizaSmFraccionamiento"/>
    <part name="Usuario" type="xs:string"/>
    <part name="Emisor" type="xs:string"/>
  </message>
  <message name="Actualiza_sm_fraccionamiento68Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="Obtener_CPQTransacciones69Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="Obtener_CPQTransacciones69Response">
    <part name="return" type="ns2:TColeccionCPQTransacciones"/>
  </message>
  <message name="Actualizar_sm_fraccionamiento_lote70Request">
    <part name="Valor" type="ns2:TActualizaSmFraccionamientoLote"/>
    <part name="Usuario" type="xs:string"/>
    <part name="Emisor" type="xs:string"/>
  </message>
  <message name="Actualizar_sm_fraccionamiento_lote70Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="Actualizar_Caracteristicas_lote71Request">
    <part name="Valor" type="ns2:TActualizaCaracteristicastoLote"/>
    <part name="Usuario" type="xs:string"/>
    <part name="Emisor" type="xs:string"/>
  </message>
  <message name="Actualizar_Caracteristicas_lote71Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="obtener_sm_fraccionamientoV372Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_fraccionamientoV372Response">
    <part name="return" type="ns2:TColeccionFraccionamientoV2"/>
  </message>
  <message name="obtener_sm_modelosV373Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="obtener_sm_modelosV373Response">
    <part name="return" type="ns2:TColeccionModelosV2"/>
  </message>
  <message name="Actualizar_detalle_fraccionamiento74Request">
    <part name="Valor" type="ns2:TDetalleFraccionamiento"/>
  </message>
  <message name="Actualizar_detalle_fraccionamiento74Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="Obtener_empleado75Request">
    <part name="empleado" type="xs:int"/>
  </message>
  <message name="Obtener_empleado75Response">
    <part name="return" type="ns2:TColeccionEmpleado"/>
  </message>
  <message name="Actualizar_modeldo_especifico76Request">
    <part name="Valor" type="ns2:TModeloEspecifico"/>
  </message>
  <message name="Actualizar_modeldo_especifico76Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="Obtener_gerentes77Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="Obtener_gerentes77Response">
    <part name="return" type="ns2:TColeccionGerente"/>
  </message>
  <message name="Obtener_fechaCreacionClienteAvanti78Request">
    <part name="numcte" type="xs:int"/>
  </message>
  <message name="Obtener_fechaCreacionClienteAvanti78Response">
    <part name="return" type="ns2:TFechaCreacionAvanti"/>
  </message>
  <message name="Obtener_metas79Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="Obtener_metas79Response">
    <part name="return" type="ns2:TColeccionMetas"/>
  </message>
  <message name="actualizarEnKontrolBitPrecioUbicacion80Request">
    <part name="lote_id" type="xs:int"/>
    <part name="bitPrecioUbicacion" type="xs:int"/>
  </message>
  <message name="actualizarEnKontrolBitPrecioUbicacion80Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="InsertarCorreoHcm81Request">
    <part name="Valor" type="ns2:TCorreoHCM"/>
  </message>
  <message name="InsertarCorreoHcm81Response">
    <part name="return" type="ns2:TResultadoActualiza"/>
  </message>
  <message name="obtener_pagos82Request">
    <part name="numcte" type="xs:string"/>
  </message>
  <message name="obtener_pagos82Response">
    <part name="return" type="ns2:TColeccionPagos"/>
  </message>
  <message name="ObtenerDocumentosDigitalesClienteV283Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerDocumentosDigitalesClienteV283Response">
    <part name="return" type="ns2:TColecccionDocumetosDigitalesClienteV2"/>
  </message>
  <message name="ConsultarBitacoraIntegracionCompleta84Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ConsultarBitacoraIntegracionCompleta84Response">
    <part name="return" type="ns2:TColeccionBitacoraIntegacionCompleata"/>
  </message>
  <message name="ObtenerEnKontrolPlanPagoV285Request">
    <part name="ColeccionCriterio" type="ns1:TColeccionCriterio"/>
  </message>
  <message name="ObtenerEnKontrolPlanPagoV285Response">
    <part name="return" type="ns2:TColeccionDatosPlanPagov2"/>
  </message>
  <portType name="ISoa">
    <operation name="obtener_criterio">
      <input message="tns:obtener_criterio0Request"/>
      <output message="tns:obtener_criterio0Response"/>
    </operation>
    <operation name="obtener_sm_gerencia">
      <input message="tns:obtener_sm_gerencia1Request"/>
      <output message="tns:obtener_sm_gerencia1Response"/>
    </operation>
    <operation name="obtener_sm_fraccionamiento">
      <input message="tns:obtener_sm_fraccionamiento2Request"/>
      <output message="tns:obtener_sm_fraccionamiento2Response"/>
    </operation>
    <operation name="obtener_sm_modelos">
      <input message="tns:obtener_sm_modelos3Request"/>
      <output message="tns:obtener_sm_modelos3Response"/>
    </operation>
    <operation name="obtener_sm_modelosV2">
      <input message="tns:obtener_sm_modelosV24Request"/>
      <output message="tns:obtener_sm_modelosV24Response"/>
    </operation>
    <operation name="obtener_sm_modelos_agrupados">
      <input message="tns:obtener_sm_modelos_agrupados5Request"/>
      <output message="tns:obtener_sm_modelos_agrupados5Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion">
      <input message="tns:obtener_sm_ubicacion6Request"/>
      <output message="tns:obtener_sm_ubicacion6Response"/>
    </operation>
    <operation name="obtener_sm_ubicacionV2">
      <input message="tns:obtener_sm_ubicacionV27Request"/>
      <output message="tns:obtener_sm_ubicacionV27Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_agrupados">
      <input message="tns:obtener_sm_ubicacion_agrupados8Request"/>
      <output message="tns:obtener_sm_ubicacion_agrupados8Response"/>
    </operation>
    <operation name="obtener_sm_plano_imagen">
      <input message="tns:obtener_sm_plano_imagen9Request"/>
      <output message="tns:obtener_sm_plano_imagen9Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos">
      <input message="tns:obtener_sm_ubicacion_poligonos10Request"/>
      <output message="tns:obtener_sm_ubicacion_poligonos10Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupados">
      <input message="tns:obtener_sm_ubicacion_poligonos_agrupados11Request"/>
      <output message="tns:obtener_sm_ubicacion_poligonos_agrupados11Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupadosV2">
      <input message="tns:obtener_sm_ubicacion_poligonos_agrupadosV212Request"/>
      <output message="tns:obtener_sm_ubicacion_poligonos_agrupadosV212Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupadosV3">
      <input message="tns:obtener_sm_ubicacion_poligonos_agrupadosV313Request"/>
      <output message="tns:obtener_sm_ubicacion_poligonos_agrupadosV313Response"/>
    </operation>
    <operation name="obtener_sm_esquema">
      <input message="tns:obtener_sm_esquema14Request"/>
      <output message="tns:obtener_sm_esquema14Response"/>
    </operation>
    <operation name="obtener_sm_tipo_credito">
      <input message="tns:obtener_sm_tipo_credito15Request"/>
      <output message="tns:obtener_sm_tipo_credito15Response"/>
    </operation>
    <operation name="obtener_sm_instituciones">
      <input message="tns:obtener_sm_instituciones16Request"/>
      <output message="tns:obtener_sm_instituciones16Response"/>
    </operation>
    <operation name="obtener_productos">
      <input message="tns:obtener_productos17Request"/>
      <output message="tns:obtener_productos17Response"/>
    </operation>
    <operation name="obtener_sm_fraccionamientoV2">
      <input message="tns:obtener_sm_fraccionamientoV218Request"/>
      <output message="tns:obtener_sm_fraccionamientoV218Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_agrupadosV2">
      <input message="tns:obtener_sm_ubicacion_agrupadosV219Request"/>
      <output message="tns:obtener_sm_ubicacion_agrupadosV219Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupadosV4">
      <input message="tns:obtener_sm_ubicacion_poligonos_agrupadosV420Request"/>
      <output message="tns:obtener_sm_ubicacion_poligonos_agrupadosV420Response"/>
    </operation>
    <operation name="obtener_poligonos_plano">
      <input message="tns:obtener_poligonos_plano21Request"/>
      <output message="tns:obtener_poligonos_plano21Response"/>
    </operation>
    <operation name="obtener_imagen_poligono">
      <input message="tns:obtener_imagen_poligono22Request"/>
      <output message="tns:obtener_imagen_poligono22Response"/>
    </operation>
    <operation name="obtener_poligono_imap_simplificado">
      <input message="tns:obtener_poligono_imap_simplificado23Request"/>
      <output message="tns:obtener_poligono_imap_simplificado23Response"/>
    </operation>
    <operation name="obtener_poligono_imap_completo">
      <input message="tns:obtener_poligono_imap_completo24Request"/>
      <output message="tns:obtener_poligono_imap_completo24Response"/>
    </operation>
    <operation name="obtener_informacion_prototipo">
      <input message="tns:obtener_informacion_prototipo25Request"/>
      <output message="tns:obtener_informacion_prototipo25Response"/>
    </operation>
    <operation name="obtener_nombre_planos">
      <input message="tns:obtener_nombre_planos26Request"/>
      <output message="tns:obtener_nombre_planos26Response"/>
    </operation>
    <operation name="obtener_producto_poligonos">
      <input message="tns:obtener_producto_poligonos27Request"/>
      <output message="tns:obtener_producto_poligonos27Response"/>
    </operation>
    <operation name="obtener_informacion_cliente_completa">
      <input message="tns:obtener_informacion_cliente_completa28Request"/>
      <output message="tns:obtener_informacion_cliente_completa28Response"/>
    </operation>
    <operation name="asigna_ubicacion">
      <input message="tns:asigna_ubicacion29Request"/>
      <output message="tns:asigna_ubicacion29Response"/>
    </operation>
    <operation name="obtener_documentos_cliente">
      <input message="tns:obtener_documentos_cliente30Request"/>
      <output message="tns:obtener_documentos_cliente30Response"/>
    </operation>
    <operation name="obtener_documentos_cliente_cia">
      <input message="tns:obtener_documentos_cliente_cia31Request"/>
      <output message="tns:obtener_documentos_cliente_cia31Response"/>
    </operation>
    <operation name="insertar_documento">
      <input message="tns:insertar_documento32Request"/>
      <output message="tns:insertar_documento32Response"/>
    </operation>
    <operation name="actualizar_documento">
      <input message="tns:actualizar_documento33Request"/>
      <output message="tns:actualizar_documento33Response"/>
    </operation>
    <operation name="formulario_eloqua">
      <input message="tns:formulario_eloqua34Request"/>
      <output message="tns:formulario_eloqua34Response"/>
    </operation>
    <operation name="ConsultarClienteUnico">
      <input message="tns:ConsultarClienteUnico35Request"/>
      <output message="tns:ConsultarClienteUnico35Response"/>
    </operation>
    <operation name="BuscarContactosTelefonicos">
      <input message="tns:BuscarContactosTelefonicos36Request"/>
      <output message="tns:BuscarContactosTelefonicos36Response"/>
    </operation>
    <operation name="ObtenerEnKontrolEscrituracion">
      <input message="tns:ObtenerEnKontrolEscrituracion37Request"/>
      <output message="tns:ObtenerEnKontrolEscrituracion37Response"/>
    </operation>
    <operation name="ObtenerEnKontrolPlanVenta">
      <input message="tns:ObtenerEnKontrolPlanVenta38Request"/>
      <output message="tns:ObtenerEnKontrolPlanVenta38Response"/>
    </operation>
    <operation name="ObtenerEnKontrolPlanPago">
      <input message="tns:ObtenerEnKontrolPlanPago39Request"/>
      <output message="tns:ObtenerEnKontrolPlanPago39Response"/>
    </operation>
    <operation name="ObtenerEnKontrolEtapas">
      <input message="tns:ObtenerEnKontrolEtapas40Request"/>
      <output message="tns:ObtenerEnKontrolEtapas40Response"/>
    </operation>
    <operation name="ObtenerEnKontrolCliente">
      <input message="tns:ObtenerEnKontrolCliente41Request"/>
      <output message="tns:ObtenerEnKontrolCliente41Response"/>
    </operation>
    <operation name="ObtenerEnKontrolClienteUnificado">
      <input message="tns:ObtenerEnKontrolClienteUnificado42Request"/>
      <output message="tns:ObtenerEnKontrolClienteUnificado42Response"/>
    </operation>
    <operation name="ObtenerEnKontrolBitacora">
      <input message="tns:ObtenerEnKontrolBitacora43Request"/>
      <output message="tns:ObtenerEnKontrolBitacora43Response"/>
    </operation>
    <operation name="ObtenerEnKontrolClienteUnificadoUnico">
      <input message="tns:ObtenerEnKontrolClienteUnificadoUnico44Request"/>
      <output message="tns:ObtenerEnKontrolClienteUnificadoUnico44Response"/>
    </operation>
    <operation name="ObtenerEnKontrolClienteColecciones">
      <input message="tns:ObtenerEnKontrolClienteColecciones45Request"/>
      <output message="tns:ObtenerEnKontrolClienteColecciones45Response"/>
    </operation>
    <operation name="ObtenerEnKontrolClienteNomina">
      <input message="tns:ObtenerEnKontrolClienteNomina46Request"/>
      <output message="tns:ObtenerEnKontrolClienteNomina46Response"/>
    </operation>
    <operation name="ObtenerEnKontrolEmpleado">
      <input message="tns:ObtenerEnKontrolEmpleado47Request"/>
      <output message="tns:ObtenerEnKontrolEmpleado47Response"/>
    </operation>
    <operation name="ObtenerEnKontrolNoEmpleado">
      <input message="tns:ObtenerEnKontrolNoEmpleado48Request"/>
      <output message="tns:ObtenerEnKontrolNoEmpleado48Response"/>
    </operation>
    <operation name="ObtenerEnKontrolClienteUnico">
      <input message="tns:ObtenerEnKontrolClienteUnico49Request"/>
      <output message="tns:ObtenerEnKontrolClienteUnico49Response"/>
    </operation>
    <operation name="InsertaEnKontrolDocumentosDigitales">
      <input message="tns:InsertaEnKontrolDocumentosDigitales50Request"/>
      <output message="tns:InsertaEnKontrolDocumentosDigitales50Response"/>
    </operation>
    <operation name="obtener_Manzana">
      <input message="tns:obtener_Manzana51Request"/>
      <output message="tns:obtener_Manzana51Response"/>
    </operation>
    <operation name="obtener_dir_casa">
      <input message="tns:obtener_dir_casa52Request"/>
      <output message="tns:obtener_dir_casa52Response"/>
    </operation>
    <operation name="obtener_condominio">
      <input message="tns:obtener_condominio53Request"/>
      <output message="tns:obtener_condominio53Response"/>
    </operation>
    <operation name="UbicacionActualizarPrecio">
      <input message="tns:UbicacionActualizarPrecio54Request"/>
      <output message="tns:UbicacionActualizarPrecio54Response"/>
    </operation>
    <operation name="UbicacionActualizarPrecioUbicacion">
      <input message="tns:UbicacionActualizarPrecioUbicacion55Request"/>
      <output message="tns:UbicacionActualizarPrecioUbicacion55Response"/>
    </operation>
    <operation name="UbicacionActualizarEstatus">
      <input message="tns:UbicacionActualizarEstatus56Request"/>
      <output message="tns:UbicacionActualizarEstatus56Response"/>
    </operation>
    <operation name="CrearCoacreditado">
      <input message="tns:CrearCoacreditado57Request"/>
      <output message="tns:CrearCoacreditado57Response"/>
    </operation>
    <operation name="ActualizaEnKontrolnumcte_relacion">
      <input message="tns:ActualizaEnKontrolnumcte_relacion58Request"/>
      <output message="tns:ActualizaEnKontrolnumcte_relacion58Response"/>
    </operation>
    <operation name="obtenerFecha">
      <input message="tns:obtenerFecha59Request"/>
      <output message="tns:obtenerFecha59Response"/>
    </operation>
    <operation name="saludo">
      <input message="tns:saludo60Request"/>
      <output message="tns:saludo60Response"/>
    </operation>
    <operation name="ObtenerDocumentosDigitalesCliente">
      <input message="tns:ObtenerDocumentosDigitalesCliente61Request"/>
      <output message="tns:ObtenerDocumentosDigitalesCliente61Response"/>
    </operation>
    <operation name="CrearEstadoCuenta">
      <input message="tns:CrearEstadoCuenta62Request"/>
      <output message="tns:CrearEstadoCuenta62Response"/>
    </operation>
    <operation name="Insertarh_envio_correo">
      <input message="tns:Insertarh_envio_correo63Request"/>
      <output message="tns:Insertarh_envio_correo63Response"/>
    </operation>
    <operation name="obtener_suma_pagos">
      <input message="tns:obtener_suma_pagos64Request"/>
      <output message="tns:obtener_suma_pagos64Response"/>
    </operation>
    <operation name="obtenerMontoApartar">
      <input message="tns:obtenerMontoApartar65Request"/>
      <output message="tns:obtenerMontoApartar65Response"/>
    </operation>
    <operation name="obtener_sm_prototipo_cpto">
      <input message="tns:obtener_sm_prototipo_cpto66Request"/>
      <output message="tns:obtener_sm_prototipo_cpto66Response"/>
    </operation>
    <operation name="obtener_sm_ubicacion_cpto">
      <input message="tns:obtener_sm_ubicacion_cpto67Request"/>
      <output message="tns:obtener_sm_ubicacion_cpto67Response"/>
    </operation>
    <operation name="Actualiza_sm_fraccionamiento">
      <input message="tns:Actualiza_sm_fraccionamiento68Request"/>
      <output message="tns:Actualiza_sm_fraccionamiento68Response"/>
    </operation>
    <operation name="Obtener_CPQTransacciones">
      <input message="tns:Obtener_CPQTransacciones69Request"/>
      <output message="tns:Obtener_CPQTransacciones69Response"/>
    </operation>
    <operation name="Actualizar_sm_fraccionamiento_lote">
      <input message="tns:Actualizar_sm_fraccionamiento_lote70Request"/>
      <output message="tns:Actualizar_sm_fraccionamiento_lote70Response"/>
    </operation>
    <operation name="Actualizar_Caracteristicas_lote">
      <input message="tns:Actualizar_Caracteristicas_lote71Request"/>
      <output message="tns:Actualizar_Caracteristicas_lote71Response"/>
    </operation>
    <operation name="obtener_sm_fraccionamientoV3">
      <input message="tns:obtener_sm_fraccionamientoV372Request"/>
      <output message="tns:obtener_sm_fraccionamientoV372Response"/>
    </operation>
    <operation name="obtener_sm_modelosV3">
      <input message="tns:obtener_sm_modelosV373Request"/>
      <output message="tns:obtener_sm_modelosV373Response"/>
    </operation>
    <operation name="Actualizar_detalle_fraccionamiento">
      <input message="tns:Actualizar_detalle_fraccionamiento74Request"/>
      <output message="tns:Actualizar_detalle_fraccionamiento74Response"/>
    </operation>
    <operation name="Obtener_empleado">
      <input message="tns:Obtener_empleado75Request"/>
      <output message="tns:Obtener_empleado75Response"/>
    </operation>
    <operation name="Actualizar_modeldo_especifico">
      <input message="tns:Actualizar_modeldo_especifico76Request"/>
      <output message="tns:Actualizar_modeldo_especifico76Response"/>
    </operation>
    <operation name="Obtener_gerentes">
      <input message="tns:Obtener_gerentes77Request"/>
      <output message="tns:Obtener_gerentes77Response"/>
    </operation>
    <operation name="Obtener_fechaCreacionClienteAvanti">
      <input message="tns:Obtener_fechaCreacionClienteAvanti78Request"/>
      <output message="tns:Obtener_fechaCreacionClienteAvanti78Response"/>
    </operation>
    <operation name="Obtener_metas">
      <input message="tns:Obtener_metas79Request"/>
      <output message="tns:Obtener_metas79Response"/>
    </operation>
    <operation name="actualizarEnKontrolBitPrecioUbicacion">
      <input message="tns:actualizarEnKontrolBitPrecioUbicacion80Request"/>
      <output message="tns:actualizarEnKontrolBitPrecioUbicacion80Response"/>
    </operation>
    <operation name="InsertarCorreoHcm">
      <input message="tns:InsertarCorreoHcm81Request"/>
      <output message="tns:InsertarCorreoHcm81Response"/>
    </operation>
    <operation name="obtener_pagos">
      <input message="tns:obtener_pagos82Request"/>
      <output message="tns:obtener_pagos82Response"/>
    </operation>
    <operation name="ObtenerDocumentosDigitalesClienteV2">
      <input message="tns:ObtenerDocumentosDigitalesClienteV283Request"/>
      <output message="tns:ObtenerDocumentosDigitalesClienteV283Response"/>
    </operation>
    <operation name="ConsultarBitacoraIntegracionCompleta">
      <input message="tns:ConsultarBitacoraIntegracionCompleta84Request"/>
      <output message="tns:ConsultarBitacoraIntegracionCompleta84Response"/>
    </operation>
    <operation name="ObtenerEnKontrolPlanPagoV2">
      <input message="tns:ObtenerEnKontrolPlanPagoV285Request"/>
      <output message="tns:ObtenerEnKontrolPlanPagoV285Response"/>
    </operation>
  </portType>
  <binding name="ISoabinding" type="tns:ISoa">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="obtener_criterio">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_criterio" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_gerencia">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_gerencia" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_fraccionamiento">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_fraccionamiento" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_modelos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_modelos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_modelosV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_modelosV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_modelos_agrupados">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_modelos_agrupados" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacionV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacionV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_agrupados">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_agrupados" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_plano_imagen">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_plano_imagen" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_poligonos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupados">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_poligonos_agrupados" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupadosV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_poligonos_agrupadosV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupadosV3">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_poligonos_agrupadosV3" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_esquema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_esquema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_tipo_credito">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_tipo_credito" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_instituciones">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_instituciones" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_productos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_productos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_fraccionamientoV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_fraccionamientoV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_agrupadosV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_agrupadosV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_poligonos_agrupadosV4">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_poligonos_agrupadosV4" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_poligonos_plano">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_poligonos_plano" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_imagen_poligono">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_imagen_poligono" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_poligono_imap_simplificado">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_poligono_imap_simplificado" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_poligono_imap_completo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_poligono_imap_completo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_informacion_prototipo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_informacion_prototipo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_nombre_planos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_nombre_planos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_producto_poligonos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_producto_poligonos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_informacion_cliente_completa">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_informacion_cliente_completa" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="asigna_ubicacion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#asigna_ubicacion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_documentos_cliente">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_documentos_cliente" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_documentos_cliente_cia">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_documentos_cliente_cia" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="insertar_documento">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#insertar_documento" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="actualizar_documento">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#actualizar_documento" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="formulario_eloqua">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#formulario_eloqua" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ConsultarClienteUnico">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ConsultarClienteUnico" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="BuscarContactosTelefonicos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#BuscarContactosTelefonicos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolEscrituracion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolEscrituracion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolPlanVenta">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolPlanVenta" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolPlanPago">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolPlanPago" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolEtapas">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolEtapas" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolCliente">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolCliente" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolClienteUnificado">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolClienteUnificado" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolBitacora">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolBitacora" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolClienteUnificadoUnico">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolClienteUnificadoUnico" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolClienteColecciones">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolClienteColecciones" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolClienteNomina">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolClienteNomina" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolEmpleado">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolEmpleado" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolNoEmpleado">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolNoEmpleado" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolClienteUnico">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolClienteUnico" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="InsertaEnKontrolDocumentosDigitales">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#InsertaEnKontrolDocumentosDigitales" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_Manzana">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_Manzana" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_dir_casa">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_dir_casa" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_condominio">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_condominio" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="UbicacionActualizarPrecio">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#UbicacionActualizarPrecio" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="UbicacionActualizarPrecioUbicacion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#UbicacionActualizarPrecioUbicacion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="UbicacionActualizarEstatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#UbicacionActualizarEstatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="CrearCoacreditado">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#CrearCoacreditado" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ActualizaEnKontrolnumcte_relacion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ActualizaEnKontrolnumcte_relacion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtenerFecha">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtenerFecha" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="saludo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#saludo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerDocumentosDigitalesCliente">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerDocumentosDigitalesCliente" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="CrearEstadoCuenta">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#CrearEstadoCuenta" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Insertarh_envio_correo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Insertarh_envio_correo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_suma_pagos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_suma_pagos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtenerMontoApartar">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtenerMontoApartar" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_prototipo_cpto">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_prototipo_cpto" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_ubicacion_cpto">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_ubicacion_cpto" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Actualiza_sm_fraccionamiento">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Actualiza_sm_fraccionamiento" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Obtener_CPQTransacciones">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Obtener_CPQTransacciones" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Actualizar_sm_fraccionamiento_lote">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Actualizar_sm_fraccionamiento_lote" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Actualizar_Caracteristicas_lote">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Actualizar_Caracteristicas_lote" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_fraccionamientoV3">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_fraccionamientoV3" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_sm_modelosV3">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_sm_modelosV3" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Actualizar_detalle_fraccionamiento">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Actualizar_detalle_fraccionamiento" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Obtener_empleado">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Obtener_empleado" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Actualizar_modeldo_especifico">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Actualizar_modeldo_especifico" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Obtener_gerentes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Obtener_gerentes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Obtener_fechaCreacionClienteAvanti">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Obtener_fechaCreacionClienteAvanti" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="Obtener_metas">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#Obtener_metas" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="actualizarEnKontrolBitPrecioUbicacion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#actualizarEnKontrolBitPrecioUbicacion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="InsertarCorreoHcm">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#InsertarCorreoHcm" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="obtener_pagos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#obtener_pagos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerDocumentosDigitalesClienteV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerDocumentosDigitalesClienteV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ConsultarBitacoraIntegracionCompleta">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ConsultarBitacoraIntegracionCompleta" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
    <operation name="ObtenerEnKontrolPlanPagoV2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicioSoaEnkontrolIntf-ISoa#ObtenerEnKontrolPlanPagoV2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicioSoaEnkontrolIntf-ISoa"/>
      </output>
    </operation>
  </binding>
  <service name="ISoaservice">
    <port name="ISoaPort" binding="tns:ISoabinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="https://hucomercialti.com.mx/Delphi/ServicioSoaEnkontrolPruebas.exe/soap/ISoa"/>
    </port>
  </service>
</definitions>

