We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi,
in this blog post, I want to describe how I built a temporary data store on CPI that stores Webhook data and makes it available through a very simple API.
Basically, I built a RESTful HTTP API that supports HTTP POST, GET and DELETE.
Our use case...
Introduction
In this post, I would like to share how I worked with a nested JSON input and distributed it to two SAP HANA tables for further processing. This was a little bit tricky because I had to combine the unnesting of hierarchical data and the ...
Disclaimer
This blog is meant for documentation/educational purposes only.
It is the result of our findings and no guarantee that the same solution will work in all cases. I was informed that multipart sending/form-data is not officially supported b...
Hi,using this answer: https://community.sap.com/t5/technology-q-a/how-to-send-http-status-code-using-cloud-platform-integration/qaq-p/12463057You can set any HTTP response code in your error handling. Just set the header CamelHttpResponseCode with 20...
Hi,I just encountered this problem and it was cause by "bad whitespaces" in the payload which I found with an XML schema validator:https://jsonformatter.org/xml-formatter I was able to fix it by removing the "bad whitespaces" and replacing them with ...
Hi,
I learned that in my case this can mean that the Load Balancer is not allowing the certificate and therefore my request is not authenticated. This happens when the certificate is signed by the wrong Certificate Authority. For SAP Passport CA thi...
Thanks Andrei!
Works like a charm on a custom API (not using OData)!
One thing I noticed: I had a manually added X-CSRF-Header in my request initially but it was disabled in Postman (greyed out, tickbox not marked). Still this script would not run ...