…receives a POST HTTP-request, collect a file from that request in the Form data and then send it in another HTTP Post request through Form Data. However I can't really seem to sen…
…FromString(tInput)S tMsg.DocType = "2.3.1:ADT_A01"
So now if I take that tMsg and try to send it to an Adapterless Business Service and/or simply try to output what it receives to…
As I am iterating through the FHIR JSON Response from a Patient Search, I am running into an issue where the extracted values are not being popualted into the Response object that…
…my JSON response {"access_token":"DSAFFDSGFDGTRHTRHTRH","in":"2522","refresh":"","scope":"send","token_type":"Bearer"}the result : "9@%ZEN.proxyObject" Looks like it works correc…
…JSONFromObject goes into the object?I have created a related work-around where the client sends an class path, an id, and an empty JSON object of the properties they want to retrie…
I am sending an HTTP request to cache class:
s rObj=##class(%Net.HttpRequest).%New()
s rObj.Server="www.xyz.com"
s rObj.Https=1
s rObj.SSLConfiguration="xyz"
s rObj.ContentTyp…
…the first language we learned.
With that in mind, I have come across the idea to Make JSON representation of messages in Interoperability message viewer instead of XML from the…
If you want to dynamically serve images as a property of JSON then there is no perfect encoding solution. One method used frequently is to Base64 encode the image. Whilst there are…
…ly thing left is to redirect your new log file to a container's log, to do so, you should send it to PID 1/iris-main has this option, so, just add your log file to a container comm…
…hing data to us, but now we have another client where we need to request the JSON file by sending a HTTP request then get the file and process it, kind of a Get rather than push, h…
…ewd-qoper8-express does all the necessary plumbing work for you by default to return and send the JSON response, you will need to modify and format the response in another format…
…d processing a JSON-object is no problem but how can I handle Form Data?
The frontend is sending the form as form data and also includes one or more files.
What is the easiest wa…
…and I've been asked to create an Inbound adapter and specify a port of which clients can send through JSON files and I did as attached, but now I've been asked to provide the URL…
…and arrays) in IRIS are incredibly useful in situations where you are having to transform JSON data into an Object Model for storage to the database, such as in REST API endpoints…
Hi team,i send an http request to my rest class, i want to extract ID , full name , pass word from this request , can you show me how doing it.thank's Hi SofianeI'm assuming you wa…
