Re: How to use XMLNorm.TargetCharset in BizTalk



XMLNORM has to be completely written in uppercase. So try this:
xml_encoding(XMLNORM.TargetCharset) = "UTF-16";

"Dan Rosanova" wrote:

Just curious is the Microsoft.BizTalk.GlobalPropertySchemas in your
GAC?
-Dan

.