Sharepoint Custom Adapter for SAP CI
SAP Cloud Integration has capabilities to add custom adapters using SAP ADK framework. I am going to show you a Sharepoint adapter for sap CI.
As per the response from my previous article on Sharepoint, by using SAP HTTP receiver adapter we are facing I/O error from Sharepoint APIs for binary file uploads. So this adapter will be able to fix those issues.
I have developed one custom adapter using SAP ADK. You can download the .esa file from my GitHub repo.
We have created a simple iFlow with below configurations.
Configuration
Upload Adapter file and Deploy
iFlow Configuration
Deploy Security Material
Testing
Postman Configuration
Binary File successfully uploaded
This adapter should not be used in any production tenant but someone should go through the implementation from my GitHub Repo to understand how we can develop a new custom adapter easily using SAP provided maven archetype.