Introduction:
This blog explains on how to send automated status report for the message processing via SAP CPI. The notification is sent by setting up a timer triggered integration flow (IFlow) on regular intervals.
Here is the how the over flow lo...
Hello Experts,
After reading few blogs on SAP API Business HUB, I was eagerly trying to experiment some scenarios. One of the blog that inspired me is Integration Runtime Artifact . I tried using this https:<tnmurl>/api/v1/IntegrationRuntimeArtifac...
Introduction:
This is the second part of Open Connector Service-now Integration. In the First Part we discussed on :
How to create a Service-now instance.
How to configure Service Now OAuth Open Connector.
In this part, we will see, how to u...
In this blog, I have taken one of the pre-built connector helpful in Integrating SAP with Service Now. SAP has come up with 100+ readily available open connectors that can be utilized in our day to day integration scenarios. The primary objective of ...
Hi All,
I'm trying to configure OpenConnectors adapter in CPI. Creation of App, deploying Key in Security Material Everything is done. When I send the Resource as hardcoded value, I could get the response successfully.
But, Instead if I want t...
Hi Mandy,
In a similar way, I'm trying to fetch the IntegrationRuntimeArtifacts. I'm using the https://<tmn>/api/v1/IntegrationRuntimeArtifacts('<Iflow_ID>')/ErrorInformation/$value.
but it doesn't return any response. I'm expecting to get the erro...
Hi Shreyashri,
Maintain Body Mime-Type as Text/Plain.
after xslt, add a script to add output as attachment.
//Script
import com.sap.gateway.ip.core.customdev.util.Message;
import org.apache.camel.impl.DefaultAttachment;
import java.util.HashMap;
...
Hi Shreyashri,URL: your CPI tenant URL,https://<<subaccount>>hana.ondemand.com/api/v1Credentials: deploy your S-USERID and Password in Security Material Thanks,Sidharth VR
Hi Nikhil,
Its a XSD structure. follow the below steps.
Copy the code to notepad and store it as "source.xsd" in your desktop
In CPI, navigate to resources tab, Add--->Schema---->XSD
choose the source.xsd from your desktop and upload.
let me...