In my iFlow, I am fetching from IoT via OData and trying to send this to ECC via IDoc. I am using a content modifier to modify the ATOM based content I am getting and the use the XSD generated from OData to map with the IDoc (XSD generated).
When I am running my iFlow I get below error in the log.
Message processing failed.
com.sap.xi.mapping.camel.XiMappingException: com.sap.aii.utilxi.misc.api.BaseRuntimeException: The markup in the document following the root element must be well-formed., cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 23; The markup in the document following the root element must be well-formed. Please let me know where am I going wrong.
Add comment