Service


Click here for a complete list of operations.

DEVUELVE_DATOS_VISITA

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 /wsBOSicVis.asmx HTTP/1.1
Host: ws-bosicvis.4isl.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://77.224.36.45:9045/wsBOSicVis/DEVUELVE_DATOS_VISITA"

<?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>
    <DEVUELVE_DATOS_VISITA xmlns="http://77.224.36.45:9045/wsBOSicVis">
      <Usu_ficha>
        <Token>string</Token>
        <Cod>string</Cod>
        <Email>string</Email>
        <Nombre>string</Nombre>
        <Apellidos>string</Apellidos>
        <Cod_Empresa>string</Cod_Empresa>
        <Perfil>string</Perfil>
        <Perfil_desc>string</Perfil_desc>
        <Idioma>string</Idioma>
        <Credenciales>
          <NomBD>string</NomBD>
          <ServerBD>string</ServerBD>
          <UserBD>string</UserBD>
          <PassBD>string</PassBD>
          <TipusBD>string</TipusBD>
          <TimeOutBD>int</TimeOutBD>
        </Credenciales>
      </Usu_ficha>
      <codVisita>int</codVisita>
      <Canal>string</Canal>
    </DEVUELVE_DATOS_VISITA>
  </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>
    <DEVUELVE_DATOS_VISITAResponse xmlns="http://77.224.36.45:9045/wsBOSicVis">
      <DEVUELVE_DATOS_VISITAResult>
        <Titulo>string</Titulo>
        <tipoVisita>string</tipoVisita>
        <Idioma>string</Idioma>
        <FechaIni>dateTime</FechaIni>
        <Hora>dateTime</Hora>
        <FechaFin>dateTime</FechaFin>
        <canal>string</canal>
        <estadoVisita>
          <Codigo>int</Codigo>
          <NombreEstado>string</NombreEstado>
          <ColorWeb>string</ColorWeb>
        </estadoVisita>
        <Nombre_apellidos_Vis>string</Nombre_apellidos_Vis>
        <Email_Vis>string</Email_Vis>
        <id_Vis>string</id_Vis>
        <Nombre_apellidos_Col>string</Nombre_apellidos_Col>
        <Email_Col>string</Email_Col>
        <id_Col>string</id_Col>
        <Tracking>
          <Lin_Tracking>
            <Fecha>dateTime</Fecha>
            <estadoVisita xsi:nil="true" />
            <Comentario>string</Comentario>
          </Lin_Tracking>
          <Lin_Tracking>
            <Fecha>dateTime</Fecha>
            <estadoVisita xsi:nil="true" />
            <Comentario>string</Comentario>
          </Lin_Tracking>
        </Tracking>
      </DEVUELVE_DATOS_VISITAResult>
    </DEVUELVE_DATOS_VISITAResponse>
  </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 /wsBOSicVis.asmx HTTP/1.1
Host: ws-bosicvis.4isl.es
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>
    <DEVUELVE_DATOS_VISITA xmlns="http://77.224.36.45:9045/wsBOSicVis">
      <Usu_ficha>
        <Token>string</Token>
        <Cod>string</Cod>
        <Email>string</Email>
        <Nombre>string</Nombre>
        <Apellidos>string</Apellidos>
        <Cod_Empresa>string</Cod_Empresa>
        <Perfil>string</Perfil>
        <Perfil_desc>string</Perfil_desc>
        <Idioma>string</Idioma>
        <Credenciales>
          <NomBD>string</NomBD>
          <ServerBD>string</ServerBD>
          <UserBD>string</UserBD>
          <PassBD>string</PassBD>
          <TipusBD>string</TipusBD>
          <TimeOutBD>int</TimeOutBD>
        </Credenciales>
      </Usu_ficha>
      <codVisita>int</codVisita>
      <Canal>string</Canal>
    </DEVUELVE_DATOS_VISITA>
  </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>
    <DEVUELVE_DATOS_VISITAResponse xmlns="http://77.224.36.45:9045/wsBOSicVis">
      <DEVUELVE_DATOS_VISITAResult>
        <Titulo>string</Titulo>
        <tipoVisita>string</tipoVisita>
        <Idioma>string</Idioma>
        <FechaIni>dateTime</FechaIni>
        <Hora>dateTime</Hora>
        <FechaFin>dateTime</FechaFin>
        <canal>string</canal>
        <estadoVisita>
          <Codigo>int</Codigo>
          <NombreEstado>string</NombreEstado>
          <ColorWeb>string</ColorWeb>
        </estadoVisita>
        <Nombre_apellidos_Vis>string</Nombre_apellidos_Vis>
        <Email_Vis>string</Email_Vis>
        <id_Vis>string</id_Vis>
        <Nombre_apellidos_Col>string</Nombre_apellidos_Col>
        <Email_Col>string</Email_Col>
        <id_Col>string</id_Col>
        <Tracking>
          <Lin_Tracking>
            <Fecha>dateTime</Fecha>
            <estadoVisita xsi:nil="true" />
            <Comentario>string</Comentario>
          </Lin_Tracking>
          <Lin_Tracking>
            <Fecha>dateTime</Fecha>
            <estadoVisita xsi:nil="true" />
            <Comentario>string</Comentario>
          </Lin_Tracking>
        </Tracking>
      </DEVUELVE_DATOS_VISITAResult>
    </DEVUELVE_DATOS_VISITAResponse>
  </soap12:Body>
</soap12:Envelope>