


Hello,
Im getting a utf-8 encoding xml from the web service component.
Is there an easy why to convert this output to iso?
thank you
Views
Replies
Sign in to like this content
Total Likes
Easy might depend upon your Java skills. You could use a Custom Script to transform the XML to an ISO encoding. There are a variety of techniques including java.io.OutputStreamWriter API and the Apache Commons libraries (org.apache.commons.io.output.FileWriterWithEncoding).
Steve
Views
Replies
Total Likes