Hi,
I have an issue with calling the Successfactors Onboarding 2.0 Odata function import createOnboardee (https://help.sap.com/viewer/28bc3c8e3f214ab487ec51b1b8709adc/2005/en-US/ae335af892544b29b79040c23606bef3.html). Postman call with JSON payload as defined in the link works perfect.
My goal is to make this call via CPI(using Odata V2 Adapter as Successfactors does not support function import at this time). The challenge I have is passing an XML payload to the RequestReply component that actually works.
Issue1: Cannot see the request payload parameters(userId,username etc..) in the OData V2 adapter for this function?

However I went ahead and created the XSD. Now I am not sure how to map the input values.

Issue 2: When I try to call the XML(atom format) through postman I get an error "Payload passed is not invalid JSON format". I have verified that the headers are set to atom+xml.

I am not sure if I am missing something when I am trying to get it working with XML. XML is the only way that I can work with in CPI. Also looking at the error message in postman it looks like the end point does not accept XML.
Looking forward for any inputs to this issue.
Thank you,
Madhu