Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

xml encoding using web service component

Avatar

Level 6

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

1 Reply

Avatar

Former Community Member

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