El WebService WSContactoDetalleBuscar permite visualizar información detallada de un Contacto de la Empresa Netviax ATLAS.

Direcciones:

Producción: https://api-atlas.netviax.com/rest/wsseguridadencriptar

Testing: https://api-atlas-netviax-com-staging.azurewebsites.net/rest/wsseguridadencriptar

Parámetros

ParámetroTipoReglaDescripciónEjemplo
Usuario    Carácter (50) RequeridoE-mail del Usuarionetviaxtest@netviax.com
ClaveCarácter (40) RequeridoClave del Usuario«test»
Empresa    Carácter (6)RequeridoCódigo de Empresa«DEMUY»
Sucursal  Carácter (3)  RequeridoCódigo de Sucursal«CC»
TextoCarácter (128)RequeridoTexto a Encriptar
AlgoritmoCarácter (1)RequeridoPor defecto ‘S’

Atributos

AtibutoTipoDescripción
ErrorNumérico (2)Error de la Respuesta
0: OK
1-9999: Error
ErrorMensajeAlfanumérico (1024)Mensaje de Error de la Respuesta
TextoEncriptadoCarácter (256)Texto encriptado

<soapenv:Envelope xmlns:soapenv=»http://schemas.xmlsoap.org/soap/envelope/» xmlns:net=»NetviaxAtlas»>
<soapenv:Header/>
<soapenv:Body>
<net:WSSeguridadEncriptar.Execute>
<net:Usuario>{{Usuario}}</net:Usuario>
<net:Password>{{Clave}}</net:Password>
<net:Empresa>DEMUY</net:Empresa>
<net:Sucursal>CC</net:Sucursal>
<net:Texto>HOLA2222e4444444</net:Texto>
<net:Algoritmo>S</net:Algoritmo>
</net:WSSeguridadEncriptar.Execute>
</soapenv:Body>
</soapenv:Envelope>

<?xml version = «1.0» encoding = «utf-8″?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV=»http://schemas.xmlsoap.org/soap/envelope/» xmlns:xsd=»http://www.w3.org/2001/XMLSchema» xmlns:SOAP-ENC=»http://schemas.xmlsoap.org/soap/encoding/» xmlns:xsi=»http://www.w3.org/2001/XMLSchema-instance»>
<SOAP-ENV:Body>
<WSSeguridadEncriptar.ExecuteResponse xmlns=»NetviaxAtlas»>
<Error xmlns=»NetviaxAtlas»>0</Error>
<Errormensaje xmlns=»NetviaxAtlas» />
<Textoencriptado xmlns=»NetviaxAtlas»>8Xrv3U7K8P/IgJeIFoEOgcerphDAWRFF</Textoencriptado>
</WSSeguridadEncriptar.ExecuteResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>