Recent posts:
Recent replies:
Gilberto Junior · Feb 4, 2019
Gilberto Junior · Jun 25, 2019
Everardo, bom dia.
Desculpa mas pra te falar a vdd nem sei o que é Server-Sent Events
Consegue mandar um exemplo do que isso faria
Gilberto Junior · Feb 5, 2019
Hi, Krishna muthu.
This is the only ESB adapter that I do not use, because debugging esb ends up taking many steps to create a
% Net.HttpRequest. With this we adopt the strategy of making the requisitions manually.
Sorry for the mistakes this message has been translated by google translate.
Followers:
Gilberto has no followers yet.
Following:
Global Masters badges:







Hi
Here is the code I use:
Set tHttpRequest = ## class (% Net.HttpRequest). New ()
From tHttpRequest.ContentTypeSet ("application / json")
From tHttpRequest.SetHeader ("Authorization", "Basic [Base64String]")
From tHttpRequest.ContentCharsetSet ("utf-8")
From tHttpRequest.EntityBody.Write (tJsonTxt)