Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Brayan Sarmiento
API-Gateway-CHEC
Commits
9cdff4a9
Commit
9cdff4a9
authored
Jun 04, 2024
by
Brayan Sarmiento
Browse files
Cambios en los adaptadores, para obtener el xml completo de chec
parent
61bc8558
Changes
22
Show whitespace changes
Inline
Side-by-side
gatewayGK/Servidor/EvaPosSrvSCO.cs
View file @
9cdff4a9
...
...
@@ -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
);
}
...
...
gatewayGK/appsettings.json
View file @
9cdff4a9
...
...
@@ -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"
:
"1
92.168.1.9
"
,
"IpSCO"
:
"1
0.89.81.101
"
,
"IpSCO_comment"
:
"SCO IP, local or remote"
,
"PortSCO"
:
6690
,
"PortSCO_comment"
:
"SCO IP Port"
,
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment