Hi all,
I am using OSB to call a webservice to return a list of data. However when dealing with special characters, it is displaying it incorrectly
<codeDesc>Café Crème</codeDesc>
<codeRemark>Café Crème</codeRemark>
When calling the business endpoint directly we are getting the following correct special characters
<codeDesc>Café Crème</codeDesc>
<codeRemark>Café Crème</codeRemark>
I did a Replace to replace the body with the response variable and returning the entire body back.
How can I format it to display correctly?
Regards,
Mark