AfiliadoService


Haga clic aquí para obtener una lista completa de operaciones.

getMailUsuariosBase

Prueba

Haga clic en el botón 'Invocar', para probar la operación utilizando el protocolo HTTP POST.
Parámetro Valor
xBase:

SOAP 1.1

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /default.asmx HTTP/1.1
Host: wsosap.integradores.com.ar
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/getMailUsuariosBase"

<?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>
    <getMailUsuariosBase xmlns="http://tempuri.org/">
      <xBase>string</xBase>
    </getMailUsuariosBase>
  </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>
    <getMailUsuariosBaseResponse xmlns="http://tempuri.org/">
      <getMailUsuariosBaseResult>
        <RegUsuario>
          <User_Id>string</User_Id>
          <User_Zona>string</User_Zona>
          <User_Mail>string</User_Mail>
          <User_Nro>string</User_Nro>
          <User_Orden>string</User_Orden>
          <User_FechaCreacion>string</User_FechaCreacion>
          <User_Err>string</User_Err>
        </RegUsuario>
        <RegUsuario>
          <User_Id>string</User_Id>
          <User_Zona>string</User_Zona>
          <User_Mail>string</User_Mail>
          <User_Nro>string</User_Nro>
          <User_Orden>string</User_Orden>
          <User_FechaCreacion>string</User_FechaCreacion>
          <User_Err>string</User_Err>
        </RegUsuario>
      </getMailUsuariosBaseResult>
    </getMailUsuariosBaseResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /default.asmx HTTP/1.1
Host: wsosap.integradores.com.ar
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>
    <getMailUsuariosBase xmlns="http://tempuri.org/">
      <xBase>string</xBase>
    </getMailUsuariosBase>
  </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>
    <getMailUsuariosBaseResponse xmlns="http://tempuri.org/">
      <getMailUsuariosBaseResult>
        <RegUsuario>
          <User_Id>string</User_Id>
          <User_Zona>string</User_Zona>
          <User_Mail>string</User_Mail>
          <User_Nro>string</User_Nro>
          <User_Orden>string</User_Orden>
          <User_FechaCreacion>string</User_FechaCreacion>
          <User_Err>string</User_Err>
        </RegUsuario>
        <RegUsuario>
          <User_Id>string</User_Id>
          <User_Zona>string</User_Zona>
          <User_Mail>string</User_Mail>
          <User_Nro>string</User_Nro>
          <User_Orden>string</User_Orden>
          <User_FechaCreacion>string</User_FechaCreacion>
          <User_Err>string</User_Err>
        </RegUsuario>
      </getMailUsuariosBaseResult>
    </getMailUsuariosBaseResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

A continuación se muestra un ejemplo de solicitud y respuesta para HTTP GET. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

GET /default.asmx/getMailUsuariosBase?xBase=string HTTP/1.1
Host: wsosap.integradores.com.ar
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRegUsuario xmlns="http://tempuri.org/">
  <RegUsuario>
    <User_Id>string</User_Id>
    <User_Zona>string</User_Zona>
    <User_Mail>string</User_Mail>
    <User_Nro>string</User_Nro>
    <User_Orden>string</User_Orden>
    <User_FechaCreacion>string</User_FechaCreacion>
    <User_Err>string</User_Err>
  </RegUsuario>
  <RegUsuario>
    <User_Id>string</User_Id>
    <User_Zona>string</User_Zona>
    <User_Mail>string</User_Mail>
    <User_Nro>string</User_Nro>
    <User_Orden>string</User_Orden>
    <User_FechaCreacion>string</User_FechaCreacion>
    <User_Err>string</User_Err>
  </RegUsuario>
</ArrayOfRegUsuario>

HTTP POST

A continuación se muestra un ejemplo de solicitud y respuesta para HTTP POST. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /default.asmx/getMailUsuariosBase HTTP/1.1
Host: wsosap.integradores.com.ar
Content-Type: application/x-www-form-urlencoded
Content-Length: length

xBase=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRegUsuario xmlns="http://tempuri.org/">
  <RegUsuario>
    <User_Id>string</User_Id>
    <User_Zona>string</User_Zona>
    <User_Mail>string</User_Mail>
    <User_Nro>string</User_Nro>
    <User_Orden>string</User_Orden>
    <User_FechaCreacion>string</User_FechaCreacion>
    <User_Err>string</User_Err>
  </RegUsuario>
  <RegUsuario>
    <User_Id>string</User_Id>
    <User_Zona>string</User_Zona>
    <User_Mail>string</User_Mail>
    <User_Nro>string</User_Nro>
    <User_Orden>string</User_Orden>
    <User_FechaCreacion>string</User_FechaCreacion>
    <User_Err>string</User_Err>
  </RegUsuario>
</ArrayOfRegUsuario>