Hello Everyone,
I have a requirement where in, the data has to be fetched from Successfactors in pages and create multiple SOAP calls to send data to SAP HR.
For this, I have used looping process call in main flow, fetching data in pages and send...
Hi All,
I have created an iFlow with HTTPS sender and used the end point url from postman to post JSON request. I am ended up with an error "HTTP Status 403 – Forbidden"
1. I have disabled CSRF checkbox in sender channel
2. iFlow is in Started ...
Hi All,
We have a requirement to extract data from Success factors and the exchange of data with the external system through REST webservice.
The iflow in CPI will have to publish a synchronous webservice that can be called from external system ...
Hi Sriprasad,Thank you for your response.I have taken endpoint url from Manage Integration Content tile and currently using my username and password to login CPI tenant as basic authentication credentials in Postman.Even for GET call also, getting sa...
Hi Sriprasad,Thanks for your quick reply.My requirement is to expose
an iFlow as a REST web service so that external system sends JSON request and
expect a response in JSON format.If I use HTTPS at sender,
can this iFlow exposed as REST service?Could...