I want to convert data retrieved from OData from XML to JSON using Convertor or JSON to XML, but I don't know how.
I tried to connect as it is by referring to the following site, but I could not do it due to an error. (https://developers.sap.com/tutorials/btp-integration-suite-integral-cpi-tasks.html)
I tried specifying the format of the response from OData, but the result does not change, and in the case of JSON to XML conversion, I get an error that "JSON is empty" and in the case of XML to JSON conversion, I get an error "Unexpected EOF in prolog".
I also checked Learn the Basics of Integration Suite, but couldn't resolve it. If anyone knows how to solve it, please tell us.