Hi.
I'm communicating with another application using web services. I push data to the other application by using 'Microsoft XML, v4.0'.ServerXMLHTTP as an automation object and passing an xml doc created with 'Microsoft XML, v4.0'.DOMDocument.
This works like charm on classic. No problem on RTC either except for characters like åäö. Strange thing is that if I save the xml to a file these characters are treated exactly the same way regardless if it is created from classic or RTC. They have the same ascii values in the files. But when sent through the web service to the other application I only get questionmarks for these characters when using RTC. Classic works fine.
This problem occurs both on 2009SP1 and R2 (build 32012).
Has anyone seen this before? That characters with ascii values outside the "standard range" gets corrupted when using RTC but not classic?
Kind Regards
/Lars
0
Answers
Have you already take a look to this KB?
https://mbs2.microsoft.com/Knowledgebas ... US;2667345
Not sure that could help you...
It works as expected... More or Less...
But we are talking the other way around here: From RTC to another web service based application.
However. Changing from UTF-8 to UTF-16 in the ProcessingInstruction solved it. Now it works both in Classic and RTC!
/Lars
http://www.linkedin.com/in/larswestman