…Kurro,
Your video is available on InterSystems Developers YouTube:
⏯️How to send messages to Microsoft Teams
Thanks for your replay.
Indeed, there is a package using…
…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&…
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…
…iled documentation for it.
Thank you Hi.
We are using REST interface to run RFC with JSON serialization.
Regards,Matjaž please can u elaborate more and send me more documentation
Hi Community
I have logged final generated json in the object script class using below statement
$$$LOGINFO("JSON = " _newMsg.Read())
where newMsg contains JSON stream, which c…
…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…
…know why this Scenario happens please let me know
Your Process is most likely using ..SendRequestAsync() to send to the Operation and has "pResponseRequired" set to 1 (or not s…
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.


