ivo_clevhr Thank you very much for your help!I was able to select the SAML bearer authentication in my HTTP adapter, but it was still an older version. After updating it to the current version (1.13) I managed to complete the authentication.Many th...
Hello Ivo, did you find a way to execute generateNextPersonID from CPI with oauth2 saml bearer authentication?I'm also facing the same issue.Not working with -Http adapter-Successfactors OData V2 adapter-Successfactor Rest adapter-OData V2 adapter.I ...
Hi,In your case like the one above, Data is an array so just iterate on itdef json = new JsonSlurper().parseText(message.getBody(String));
def data_array = json.Data[0]
for (def i=0; i < data_array.size(); i++){
//do something or save them like hea...
Hi,if someone still needs it:Set the property HTML5.SocketReadTimeoutInSeconds to 300 in the destination properties (BTP Neo --> Connectivity --> Destinations. Then wait about 5 minutes and you're done.The property may not appear along with the other...