Non-english characters in web service calls from RTC

Lars_WestmanLars_Westman Member Posts: 116
edited 2012-09-24 in NAV Three Tier
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

Answers

Sign In or Register to comment.