Service
Click here for a complete list of operations.
CONSULTA_VISITAS
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/CONSULTA_VISITAS"
<?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>
<CONSULTA_VISITAS xmlns="http://77.224.36.45:9045/wsBOSicVis">
<FichaUsuari>
<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>
</FichaUsuari>
<filtrosConsulta>
<Periodo_ini_fechaIni>dateTime</Periodo_ini_fechaIni>
<Periodo_fin_fechaIni>dateTime</Periodo_fin_fechaIni>
<idCol>string</idCol>
<Cod_Unidad>string</Cod_Unidad>
<Cod_Visitante>string</Cod_Visitante>
<EmpresaVisitante>string</EmpresaVisitante>
<TipoVisita>string</TipoVisita>
<CTAIMA_SinControl>boolean</CTAIMA_SinControl>
<CTAIMA_Rojo>boolean</CTAIMA_Rojo>
<CTAIMA_Verde>boolean</CTAIMA_Verde>
<EstadosVisitasSeleccionados>string</EstadosVisitasSeleccionados>
<estadoCaducada>boolean</estadoCaducada>
<Idioma>string</Idioma>
<CanalWeb>boolean</CanalWeb>
<CanalTotem>boolean</CanalTotem>
<desc_Col>string</desc_Col>
<desc_Unidad>string</desc_Unidad>
<desc_Visitante>string</desc_Visitante>
<desc_TipoVisita>string</desc_TipoVisita>
</filtrosConsulta>
</CONSULTA_VISITAS>
</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>
<CONSULTA_VISITASResponse xmlns="http://77.224.36.45:9045/wsBOSicVis">
<CONSULTA_VISITASResult>
<RESP_Status>int</RESP_Status>
<RESP_Desc>string</RESP_Desc>
<RESP_Valor>xmlxml</RESP_Valor>
</CONSULTA_VISITASResult>
</CONSULTA_VISITASResponse>
</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>
<CONSULTA_VISITAS xmlns="http://77.224.36.45:9045/wsBOSicVis">
<FichaUsuari>
<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>
</FichaUsuari>
<filtrosConsulta>
<Periodo_ini_fechaIni>dateTime</Periodo_ini_fechaIni>
<Periodo_fin_fechaIni>dateTime</Periodo_fin_fechaIni>
<idCol>string</idCol>
<Cod_Unidad>string</Cod_Unidad>
<Cod_Visitante>string</Cod_Visitante>
<EmpresaVisitante>string</EmpresaVisitante>
<TipoVisita>string</TipoVisita>
<CTAIMA_SinControl>boolean</CTAIMA_SinControl>
<CTAIMA_Rojo>boolean</CTAIMA_Rojo>
<CTAIMA_Verde>boolean</CTAIMA_Verde>
<EstadosVisitasSeleccionados>string</EstadosVisitasSeleccionados>
<estadoCaducada>boolean</estadoCaducada>
<Idioma>string</Idioma>
<CanalWeb>boolean</CanalWeb>
<CanalTotem>boolean</CanalTotem>
<desc_Col>string</desc_Col>
<desc_Unidad>string</desc_Unidad>
<desc_Visitante>string</desc_Visitante>
<desc_TipoVisita>string</desc_TipoVisita>
</filtrosConsulta>
</CONSULTA_VISITAS>
</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>
<CONSULTA_VISITASResponse xmlns="http://77.224.36.45:9045/wsBOSicVis">
<CONSULTA_VISITASResult>
<RESP_Status>int</RESP_Status>
<RESP_Desc>string</RESP_Desc>
<RESP_Valor>xmlxml</RESP_Valor>
</CONSULTA_VISITASResult>
</CONSULTA_VISITASResponse>
</soap12:Body>
</soap12:Envelope>