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
// valores inicializados en el DTO.
cmd = _comandos.ObtieneComando(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);
}
......
......@@ -2,7 +2,7 @@
"GatewayConfig": {
"POS": "posbc",
"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",
"PortSCO": 6690,
"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