I'm trying to send data to SuccessFactors using iFlow: iFlow consists of: Timer, Content Modifier, Requist replay using SuccessFactors Adapter with OData V2 protokol. End, Mail, Receiver.
Attachment 1: Example data in Content Modifier. Attachment 2: SuccessFactors Adapter
I get these errors: error details:
com.sap.gateway.core.ip.component.odata.exception.OsciException: HTTP Request failed with error : Unexpected character '{' (code 123) in prolog; expected '<' at [row,col {unknown-source}]: [1,1], cause: java.lang.IllegalStateException: Unexpected character '{' (code 123) in prolog; expected '<'
at [row,col {unknown-source}]: [1,1]
This is a format error, xml and json. how to solve this?
2
Thanks