Hello,
We would need to know the Ens.Response SourceConfigName to identify which Operation has raised an exception.
We have tried:
$$$LOGINFO("..%Process.%PrimaryResponseHeader.SourceConfigName
…la/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Accept: application/json, text/plain, */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Re…
Join the latest InterSystems Developer Meetup to learn how to analyze healthcare data.
FHIR (Fast Healthcare Interoperability Resources) is a global data standard in healthcare and
…all pods in namespace '$NAMESPACE'..."
for pod in $(kubectl get pods -n "$NAMESPACE" -o jsonpath='{.items[*].metadata.name}'); do
# echo "---- Pod: $pod ----"
kubectl -n "$…
…ut. I have overridden EOTOptional=1 in the service class file as Ensemble was not able to send ACK after ENQ. Now I am getting below logs like Machine sends ENQ, Ensemble sends bac…
…st the myth on my laptop? ) The project is in process and the github is private, but just send me your github user and I'll invite to you. And you can find the files for testing he…
We have a downstream application that cannot accept more than 500 messages at a time. They want to restrict the number of messages being sent to them at a time. This seems like a perfect
I have a Business Service that reads a file from a folder and sends it as a string to a Business Process. In the business process, I need to add a string to the end of the file str…
Hi.
How can I deserialize in C# JSON string created with %JSONExport - exported class includes property of type array of %String? Which type of property should I use in C# class t…
Hi Guys,
How do I create a JSON with the below structure pls:
{ "field 1": "123", "field 2": "1.1.1", "field 3": "4.428", "Lines": [ [ 0.00523, 0.00952, 0.01626 ],…
When you communicate with EKS through the local kubectl client, it sends requests to the Kubernetes API server, and each request goes through authentication and authorization processes
Hi !
I am new to the language and I am trying to read some json data from a government site (it is public data).
The address is: https://apisidra.ibge.gov.br/values/t/1736/n1/al…
…plement it.I learned get method in rest services.I need to know How to get raw data (like json, xml, text....etc.) when we post the rest services?Thank you %request.Content will pr…
I try to test our REST/JSON (POST) services,where queryparametres are in content as json and the answer in contet is also as json.This is my testClient:Class XXX.RESTClient Extends…
Hi All,I am trying to get JSON data from a REST api. I am using my web browser to get the data by hitting the URL.The data is receiving properly, but the JSON contains a few HTML…
