Hi folks!
How can we handle JSON boolean types in IRIS?
I'm having a UI sending me a JSON payload as:
{
"id": 1,
"strprop": "string",
"boolprop": true
}
The class…
Hello,
We would like to submit a JSON using Ensemble. Here we have the JSON structure:
{ "app_id": "e47322de-64c8-43c5-a1b7-42aa6409eb48", "headings": {"en":"Cita Atencion…
…eration, and from what I understood because the request has to be sent as POST, I need to send the request as JSON. However when I try taking the request and running %ToJSON agains…
Hello, I want to parse large JSON object and store data into persistent tables. Is there any other way besides pre-defining persistent classes including typing each property name?…
Hi Community,
I have json equivalent persistent object in pjsonObj variable. Final JSON example below.
{ "Document": { "FileExtension": "pdf",…
…ble all this types of communication with:no work on a client side (client always receives/sends ISO8601 timestamp/date)minimum amount of work on a server side for each new property…
…including receiving payments. With the help of the telegram bot, I solved a simple task - sending Alerts from Ensemble to Telegram.Advantages: Alerts come to the mobile phone, a no…
I'm trying to send an HTTP POST request with form-data from an Angular app to a Cache backend, but my request fails with a 406 Not Acceptable error.
httpRequestHeaders = new HttpH…
I would like to send bundle object to a router and then perform a DTL with in the routing rule ( this BundleObject as a source to my DTL). during this process , I get below excepti…
Hello,
We need to send data to an API using form_data as follows:
Using Ensemble 2017 we would use dynamic objects as:
set body={}.%Set("app_id",pRequest.appId).%Set("c…
…ord
InterSystems IRIS versions 2022.2 and newer feature a redesigned functionality for JSON web tokens (JWTs). Once housed under the %OAuth2 class package, the JWT class, along…
…ng to see how we can use the WhatsApp instant messaging service from InterSystems IRIS to send messages to different recipients. To do this we must create and configure an account…
…As %Status{$$$LOGINFO("inside service")
set req = ##class(Ens.Request).%New()set tsc = ..SendRequestSync(..TargetConfigName, req, .tResponse)set pOutput = tResponse
Quit tsc}
Wi…
…ion 2012.1.4Is it possible to make an HTTP Post passing in JSON string?Example:I want to send this request to Authorize.net. How can I do this in cache object script?URL: https:/…
…he response I'm getting the details about this client. So far so good.
So now I need to send the request body like that:
{
"details":{
" client.id":"123456789",
"client.firstNa…
