UTF 8 encoded Japanese string in XML

Vemsomibliold

New Member
I am trying to create a SOAP call with Japanese string. The problem I faced is that when I encode this string to UTF8 encoded string, it has many control characters in it (e.g. 0x1B (Esc)). If I remove all such control characters to make it a valid SOAP call then the Japanese content appears as garbage on server side.How can I create a valid SOAP request for Japanese characters? Any suggestion is highly appreciated. I am using C++ with MS-DOM.With Best Regards.
 
Back
Top