Hello Akash,As you are using the OData V2 adapter, just wanted to check whether you have used Preview to set up the required query. It would be beneficial if you could share what XML data you are trying to send using the OData Adapter and provide the...
If you are trying to get the CPI JAR files in 2023, then use the below groovy script inside your IFlow and you might need to download some extra libraries if you are setting this up in IntelliJ IDEA.
slf4j-api-2.0.9
slf4j-simple-2.0.9
javax.ac...
Hi Tarun, This is a known issue in JSON conversion as SAP uses Jettison Library. Escaping of forward slash is default behaviour of REST adapter. Option 1 : The only way to bypass this issue is to use XML to JSON conversion using JAVA mapping. Please ...