RecargaTAE


Click here for a complete list of operations.

RecuperaUsuario

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /RecargaTAE.asmx HTTP/1.1
Host: wsrecargasapp.intelitae.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/RecuperaUsuario"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RecuperaUsuario xmlns="http://tempuri.org/">
      <userNameWS>string</userNameWS>
      <passwordWS>string</passwordWS>
      <userName>string</userName>
      <IdAplicacion>int</IdAplicacion>
    </RecuperaUsuario>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RecuperaUsuarioResponse xmlns="http://tempuri.org/">
      <RecuperaUsuarioResult>
        <ObjEstructuraCompleta>
          <codigoRespuesta>string</codigoRespuesta>
          <Respuesta>string</Respuesta>
          <ObjEstructura>
            <Id>int</Id>
            <Nombre>string</Nombre>
            <Padre>int</Padre>
            <RazonSocial>string</RazonSocial>
            <Direccion>string</Direccion>
            <NoExterior>string</NoExterior>
            <NoInterior>string</NoInterior>
            <Colonia>string</Colonia>
            <Ciudad>string</Ciudad>
            <Municipio>string</Municipio>
            <Estado>string</Estado>
            <Pais>string</Pais>
            <CodigoPostal>string</CodigoPostal>
            <RFC>string</RFC>
            <Telefono>string</Telefono>
            <CorreoElectronico>string</CorreoElectronico>
            <LimiteCredito>decimal</LimiteCredito>
            <CodigoActivacion>string</CodigoActivacion>
            <Estatus>int</Estatus>
            <Activo>int</Activo>
            <FechaAlta>dateTime</FechaAlta>
            <FechaActualizacion>dateTime</FechaActualizacion>
            <Version>int</Version>
            <Hijos>int</Hijos>
            <DobleSaldo>int</DobleSaldo>
            <ComisionCierto>decimal</ComisionCierto>
            <PorcMulti>decimal</PorcMulti>
            <PorcCierto>decimal</PorcCierto>
            <PagoServicios>int</PagoServicios>
            <Mensaje>string</Mensaje>
            <Users xsi:nil="true" />
            <UsersInRoles xsi:nil="true" />
          </ObjEstructura>
          <ObjUsuario>
            <Id>int</Id>
            <UserId>string</UserId>
            <NIP>string</NIP>
            <Telefono>string</Telefono>
            <Mensaje>string</Mensaje>
            <UserName>string</UserName>
          </ObjUsuario>
        </ObjEstructuraCompleta>
        <CLABE>string</CLABE>
      </RecuperaUsuarioResult>
    </RecuperaUsuarioResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /RecargaTAE.asmx HTTP/1.1
Host: wsrecargasapp.intelitae.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RecuperaUsuario xmlns="http://tempuri.org/">
      <userNameWS>string</userNameWS>
      <passwordWS>string</passwordWS>
      <userName>string</userName>
      <IdAplicacion>int</IdAplicacion>
    </RecuperaUsuario>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RecuperaUsuarioResponse xmlns="http://tempuri.org/">
      <RecuperaUsuarioResult>
        <ObjEstructuraCompleta>
          <codigoRespuesta>string</codigoRespuesta>
          <Respuesta>string</Respuesta>
          <ObjEstructura>
            <Id>int</Id>
            <Nombre>string</Nombre>
            <Padre>int</Padre>
            <RazonSocial>string</RazonSocial>
            <Direccion>string</Direccion>
            <NoExterior>string</NoExterior>
            <NoInterior>string</NoInterior>
            <Colonia>string</Colonia>
            <Ciudad>string</Ciudad>
            <Municipio>string</Municipio>
            <Estado>string</Estado>
            <Pais>string</Pais>
            <CodigoPostal>string</CodigoPostal>
            <RFC>string</RFC>
            <Telefono>string</Telefono>
            <CorreoElectronico>string</CorreoElectronico>
            <LimiteCredito>decimal</LimiteCredito>
            <CodigoActivacion>string</CodigoActivacion>
            <Estatus>int</Estatus>
            <Activo>int</Activo>
            <FechaAlta>dateTime</FechaAlta>
            <FechaActualizacion>dateTime</FechaActualizacion>
            <Version>int</Version>
            <Hijos>int</Hijos>
            <DobleSaldo>int</DobleSaldo>
            <ComisionCierto>decimal</ComisionCierto>
            <PorcMulti>decimal</PorcMulti>
            <PorcCierto>decimal</PorcCierto>
            <PagoServicios>int</PagoServicios>
            <Mensaje>string</Mensaje>
            <Users xsi:nil="true" />
            <UsersInRoles xsi:nil="true" />
          </ObjEstructura>
          <ObjUsuario>
            <Id>int</Id>
            <UserId>string</UserId>
            <NIP>string</NIP>
            <Telefono>string</Telefono>
            <Mensaje>string</Mensaje>
            <UserName>string</UserName>
          </ObjUsuario>
        </ObjEstructuraCompleta>
        <CLABE>string</CLABE>
      </RecuperaUsuarioResult>
    </RecuperaUsuarioResponse>
  </soap12:Body>
</soap12:Envelope>