…eces. (elephant approach) Do dynObject1.%Set("Stream", request.Stream, "stream")
I decided to just send the filename and then the compute pod can Read the file on a shared volume.
…HTML tags as data and display it back to me (so I know the REST part is working). So if I send it this:
http://MyServer:57772/TestArea/rest/TestQuery?UUID=1&RTX=RTX123456&…
…repository available to users through SQL queries.
InterSystems FHIR Adapter allows the sending and receiving of FHIR messages in our productions.
Well, for our article we are…
…ions components. In my example I have defined a message that later I serialize as JSON to send to an external API. This message is defined as a regular message and also as a `%JSON…
…er-side data residing in a Cache database via a REST service?A naïve approach would be to send a full JSON representation of the data object via an http POST to a method on a REST…
HiI'm trying to send a request to a REST API Service.I'm using this code (Adapter is "EnsLib.HTTP.OutboundAdapter") Method Put(pRequest As SIGE.Grupo.BO.Operation.putRequest, Outp…
…had initially: an Android app skeleton that, of course, liked communicating via HTTP and JSON, and a payment system with an API – web services with SOAP content. Goal: make it all…
…in advance Second parameter test flag in method Post can help you to understand what you send and what do you receive from the destination server.
If test is 1 then instead of c…
I'm trying to send a POST request to my REST API and I'm getting this error and most likely due the lack of experience, I have no idea how to fix this issue:
"error": "ERROR #94…
…"value": 0}, {"name": "iris_cpu_pct{id="ECPWorker"}", "value": 0},
}
[...]
3. Send Metrics to Kibana: Use the Kibana API to send the metrics. We could do this through H…
…ore in the DocDB? Any particular reason you want to use DocDB and not relational tables?
Send http request to get the feed and %XML.Reader to parse it into individual objects.
Us…
…es guidance for tracking changes, defining functions/actions for reusable procedures, and sending asynchronous/batch requests (source: OData.org).
The OData use cases
Deploy da…
Thank you for your replies
If you are sending a body in your request to the REST service then it needs to be a POST, not a GET.
…ot back is in the HttpResponse object.How can i convert the HttpResponse.Data property to JSON and parse the values. Since the data i received is Stream, is there a way i can conve…
…],
"lines": [
[
0
]
]
}
and attached is the file I'm trying to send my I'm getting : HTTP/1.1 500 Internal Server Error , and I'm wondering what I'm doin…
