…ssages. For instance:
```
// The greeter service definition.
service Greeter {
// Sends a greeting
rpc SayHello (HelloRequest) returns (HelloReply) {}
}
// The reque…
…Celebrating a Champion of Our Developer Community
By Anastasia Dyubaylo
14
How to send messages to Microsoft Teams
By Kurro Lopez
14
Querying Dynamic Data using ASQ…
…change.intersystems.com/package/workshop-iris-oauth2)
I wonder how do I get a token to send to the resserver?
I tried calling "token\_endpoint" : "https\://webserver/authserv…
…o corresponding Ack record).
If an unprocessed request is found create an Ack record and send a message in a local namespace for BP processing
Maybe write a response after the me…
…e, I added an argument isirisfhir (default value is 0) to indicate if this FHIR bundle is sending to IRIS FHIR repository or not.
The reason of doing this is the different syntax…
…task not least in User Acceptance Testing. So, is it possible to extend these classes to send and receive data via JSON over a Rest call? The answer is YES - I have it working…
You can also just send the stream to the service as indicated further down
// Create a business service
set sc = ##class(Ens.Director).CreateBusinessService(..
…HTTPRequest Error Object reference requiredby Thembelani Mlalazi
Unveiling the Mystery: Sending SAML Assertion in SOAP Header - Need Your Expertise!by Yone Moreno
What is the %S…
…using a multipart/form-data.
In IRIS we know how to create a call to a POST method using JSON content. However, in this case, using a parameter with the file content in Base64 for…
…e Application running on IRIS. A Single Page Application is a javascript application that send xhr requests to get JSON data and updates the page dynamically without ever fully rel…
…ication/xml or text/xml. I am able to extract the stream from Input object. But when my client sends the contant type as application/x-www-form-urlencoded, in service class I am ge
…o!
I have a table pane component on my page. I want to get the contents of the table to send embedded within an email. Is there a simple (or not simple) way to get the HTML of t…
…first attempt is:
.....// The code of prepare the request is omitted.set tSC = ..Adapter.SendFormDataArray(.tHttpResponse,"POST",tHttpRequest,,,tURL)if $$$ISERR(tSC) $$$ThrowStatu…
…ata extracted to a table and create a NLP Domain to this table, see:
2. Use NLP API to send extracted text to NLP in realtime, see:
$SYSTEM.iKnow.IndexString("OcrNLP", pReque…
…eb/v1/Composite"
do request.SetParam("$top", 1)
do request.SetParam("$format", "JSON")
quit request
}
And I invoke it with the method:
ClassMethod Get(Query A…


