We have migrated our application from PB9.0 to PB11.5. In
that we have used a XML that will send the the information
by using POSTURL to one server and will get the response
from the URL. After migration the returned results doesn't
have the correct result instead it has Junk characters. I
assume this might be the XML parsing. But even after using
the encoding [<?xml version = "1.0" encoding="UTF-16LE"?>]
we are not getting the correct result. Could you please let
me know how to resolve this issue. Do we need change any
settings in the (URL)server for the Unicode changes are only
the Clien side changes (PB) is enough.