Hello together,
i have a problem with special characters (äöü). the situation is so:
i create a xml with Navision XML DOM Automation Control and write it
in a public Message Queue over Navision MQ Bus Adapter.
If i read the file with navision from the queue the special characters are ok
if the biztalk server get the file from the queue the special characters are
.
if the biztalk server get the file from the harddisk the special characters are ok.
have someone a solution??
i think the problem is that navision can only write in ASCII mode and biztalk server needs a file in UTF-8 format. But why the file polling function works correct?
thanks for every help
Jürgen
Comments
biztalk server dokument definition. if i give the document a encoding information the biztalk server brings a error (bad dtd schema)
The NAS is Running on a WIN2000 Server (English)
The BizTalk Server has the same OS
what about replacing the special characters with their XHTML entity? for example this would be : Ä for Ä.
we use this and it works fine. bit we also haven't any biztalk
this problem makes me crazy!!