…ce with you, amazing InterSystems Developer Community!
Thanks again to both @Benjamin.DeBoe and JSON for making life simpler for developers with ObjectScript!
Happy coding!
Based on user request in zenpage, i am running the method ConvertMDXtoJSON in background and loading the status in progressbar.
D ..%RunBackgroundMethod("ConvertMDXtoJSON",MDX)…
…": "Not Found"
}
}
I want to do something like the above sample from a Google Storage JSON API. I have a call to Write obj.%ToJSON() followed by return ..ReportHttpStatusCode(.…
…Library.DynamicObject or a %Library.DynamicArray from Resultset followed by converting to JSON To build a %Library.DynamicObject or %Library.DynamicArray from a ResultSet followed…
…ad displaying the error page with the error "CSP application closed the connection before sending a complete response". This was working yesterday so the root cause is not clear. R…
…d Adapter for the same. Used Get method of Adapter Class.Basically in a request I want to send Unique File Name and File and in Response I want to get Version ID and if operation w…
Hi:
I've looked on many of these examples and questions how to post the JSON body but all the posts are a little complexly worded for me to follow.
so i have an EnsLib.REST.Ope…
…As %Status
{
#dim tSC As %Status = $$$OK
Set %response.ContentType = ..#CONTENTTYPEJSON
Try {
set status = ##class(dc.Sample.Person).AddTestData(amount)…
Hi All,
We are Using Ensemble 2014, Windows Server 2012 64 bit operating System.
We need to sense whether Htpps is alive or not.
In Cache we tried %HttpsRequest Library we set
This included Cache de-serialising the JSON, calling its internal target method, writing and reading some random data and then passing back a new JSON object.
…Data although the message is split up the value in the assign is always set to 2 when the send is being sent even though the value of Segment.{SetIDOBR} is both 1, and then 2.…
…n.com"
Set objHttp.Https=0
Do objHttp.SetParam("date",date)
Set status = objHttp.Send("GET","v1/gToH")
If status'=1 Do $SYSTEM.OBJ.DisplayError(status) Quit ""
If ob…
/telegraf/in/ directory, reads files containing SQL statistics, and sends them to InfluxDB.
With CLIENT, you need to provide more information, the Client type (confidential as our client runs as web application capable of keeping client secret at server, not sending it to
…thanks for your time reading this question, and thanks for your time:
We are expected to send a file as an attachment in a SOAP request using MTOM protocol.
It is expected to inc…
