"gatewayGK/POSBC/AddCustomerPosbcCmd.cs" did not exist on "2e963f0b67bfa3a2ff9a6fcee6cd1fed06d8f656"
Commit 9cdff4a9 authored by Brayan Sarmiento's avatar Brayan Sarmiento
Browse files

Cambios en los adaptadores, para obtener el xml completo de chec

parent 61bc8558
...@@ -491,7 +491,7 @@ namespace EvaPosSCOSrv ...@@ -491,7 +491,7 @@ namespace EvaPosSCOSrv
// valores inicializados en el DTO. // valores inicializados en el DTO.
cmd = _comandos.ObtieneComando(nodoRaiz.Name); cmd = _comandos.ObtieneComando(nodoRaiz.Name);
IAdaptadorDTO adaptador = _adaptadores.ObtieneAdaptador(nodoRaiz.Name); IAdaptadorDTO adaptador = _adaptadores.ObtieneAdaptador(nodoRaiz.Name);
DTOBase dto = adaptador.ObtieneDTO(mensaje.IdSesion, mensaje.TipoMensaje, docXml); DTOBase dto = adaptador.ObtieneDTO(mensaje.IdSesion, mensaje.TipoMensaje, docXml,mensaje.MensajeXml);
cmd.CargaDTO(dto); cmd.CargaDTO(dto);
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"GatewayConfig": { "GatewayConfig": {
"POS": "posbc", "POS": "posbc",
"POS_comment": "Indicates the set of commands to instantiate, according to the type of POS: evapos, tests, gk,posbc etc.", "POS_comment": "Indicates the set of commands to instantiate, according to the type of POS: evapos, tests, gk,posbc etc.",
"IpSCO": "192.168.1.9", "IpSCO": "10.89.81.101",
"IpSCO_comment": "SCO IP, local or remote", "IpSCO_comment": "SCO IP, local or remote",
"PortSCO": 6690, "PortSCO": 6690,
"PortSCO_comment": "SCO IP Port", "PortSCO_comment": "SCO IP Port",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment