Exception Occurred While Translating the Request from Native to xml
Summary
Create Position Using ICSContent
Hello All,
We are doing Integration between Oracle ERP and HCM cloud. I am new to ICS - Integrate Cloud Service, and want to create a record by invoking web services (PositionService) within ICS. For testing, I am trying to manually create one record with Json payload configured as a request in ICS. But when I ran a test in Postman, I got the 400 error code - Bad Request as below:
{
"type": "10.4.1",
"title": "exception occurred while translating the request from native to xml.",
"detail": "oracle.cloud.connector.api.CloudInvocationException: java.lang.ClassCastException: oracle.xml.parser.v2.XMLDocument cannot be cast to java.io.InputStream",
0