PRB: Message Fields Are Converted to String Data Type in the Orchestration Designer (304565)
The information in this article applies to:
- Microsoft BizTalk Server 2000
This article was previously published under Q304565 SYMPTOMS
When you add new message fields from a schema that was created with the BizTalk Editor to a port in the BizTalk Orchestration Designer, the XML data types that are used in the schema are converted to a String data type.
CAUSE
This behavior occurs because the XLANG engine works with OLE compatible data types. Each XML data type that is used in the schedule must have a corresponding data type that is OLE compatible, otherwise it will be converted to a String OLE compatible data type.
For example, an XML data type of Enumeration does not have an OLE compatible data type. Therefore, it is converted to a String data type.
The exceptions to this rule are the Bin.hex and Bin.base64 data types, which will also be converted to a String data type.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 11/5/2003 |
---|
Keywords: | kbprb KB304565 |
---|
|