Hi Guys,
How can I send JSON with HTTP post request?Thanks
Something like this operation should do it for you.
Class Component.Outbound.JsonHttpsOut Extends Ens.BusinessOperat…
Hi Guys,Basically I'm looking for a sample what I can send data in aJSON format to a a webservice using an http request pls?I've found some documentation on %Net.HttpRequest but a…
Hi Team,
Here we have requirement to send json data from on-premises iris to business service in cloud iris namespace. we have firewalls opened.
Could you please suggest any othe…
I need to send the data from a view that returned NULL, but is going as empty. The fields are of type String.
I'm using:
SET tSC = ##Class(%ZEN.Auxiliary.jsonProvider).%WriteJ…
I have a text file that I pick up in a Business Service and need to send it to our vendor via JSON. I assumed (probably wrongly) that I could just create a RESTful Business Operat…
Hi all
how to enable content-type : application/json
this is our web application environment
with body request
we got result when our hit with postman like this
{…
…nsLib.REST.Operation I have...Set tSC=..Adapter.Post(.tHttpResponse,,pRequest.stream)This sends JSON string over HTTPI am getting this error back from the serverErrHTTPStatus: Rece…
…Here is the code, i tried a TONS of ways to do it but i'm still in trouble ...
Method SendSignaletique(Token As %String)
{
//set UrlPats = "https://app.depistagesurdite.b…
…Request and %NetHttpResponse from Cache to retrieve and then use/reuse a bearer token to send json data to a REST web service. For the first part of your question, here's a sample…
Hi,
I do have the problem to send mails to outlook after getting the new OAUTH2 token.
I have no problem getting the token, but after I got the token I try to send the mail thr…
…he Process to extract the required data from ADT message to a Dynamic Object. I wanted to send the JSON stream to EnsLib.File.PassthroughOperation operation and generate a file wit…
Hi Guys,
We use the below code to send JSON file to one of our clients and was working fine but I think lately they did a windows update and now whenever we send file we aren't ge…
…f using the InterSystems IRIS multi-model capability to create a Node.js application that sends JSON data straight to your database instance without any parsing or mapping.
Build…
Hello,while sending JSON request : Set Object = ##class(%ZEN.proxyObject).%New()Set Object.iin="123132132"Set Object.firstName=nameSet Object.lastName=surnameSet Object.middleName=…
…se, not just the JSON case, is of interest.
Current application is taking an HL7 feed and sending (a subset of) the data in the HL7 and sending to be consumed by a downstream syste…


