Is it possible to remove the CData tag automatically added to a webservice response?

0
I am trying to integrate our app with a third party that mainly uses xml webservices. Our published endpoint takes the request and sends back a simple string message as the result, but the string is getting wrapped in a CData tag which causes the third party system to throw an error. I've tried a few configurations on the microflow's return result, using an object with a string attribute and with just a string as the return.   Here is an example of the response I get when I return the phrase 'Success' named ResultOrderResultsResult.             But I need the response to look like this:
asked
0 answers