go to post Rodolfo Santos · Jun 4, 2019 Hello, check if this works for you.If what you are getting in Request.JSON is a String, put it this way: ClassMethod Test() As %Status { SET Data = ##class(%Net.HttpRequest).%New() SET Obj = "{teste:1}" DO Data.EntityBody.Write(Obj) Quit 1 } If you are receiving a Stream, do this: DO Data.EntityBody.Write(Obj.Read())
go to post Rodolfo Santos · Apr 4, 2019 Yes, I would like to pass through a message a ResultSet. However, I'd like to show the contents of the ResultSet when trafficking the message.
go to post Rodolfo Santos · Jan 3, 2019 Hello, I tried to find some configuration on the cache server so that the Atelier application was accessed with HTTPS but I did not find it on the server.In Web Gateway Management I can put a certificate and leave the server with HTTPS active, but this would impact all my applications, I would only make access to the Atelier via HTTPS.My question is not about how to connect the client to the server, it is about changing the connection form of the Atelier to use HTTPS
go to post Rodolfo Santos · May 18, 2018 I'm referring to show those extensions both in clinical viewer and health insight. But until now I don't need a custom matching/validation logic to store the streamlet, maybe a full custom streamlet class would help me in the future so if it's possible I want access to it's videos too.I'd like to be a beta learner i'll use the feedback link that you mentioned.
go to post Rodolfo Santos · May 14, 2018 I have the same doubt.I noticed that Intersystems has a course for guests that is not yet ready, but has no documentation.And like Jeferson, I'm also not able to access my extensions created in Information Exchange.