Is it possible to configure xml web service to unicode?
Is it possible to configure xml web service to unicode?
Currently I have configured xml web services as per doc 444191.1.
So, when we generate a wsdl file the first line is <?xml version="1.0" encoding="ISO-8859-1"?>
As a consequence only methods that have varchar2 input parameters will work with the SOAP interface, we cannot use nvarchar2.
Is there any way to convert the encoding to unicode?