根据标题,两者之间是否存在语法差异
<node xsi:nil="true" />
和
<node xsi:nil="true"></node>
xlmns:xsi 是“ http://www.w3.org/2001/XMLSchema-instance ”
我正在尝试在 BizTalk 映射中的两种架构格式之间进行映射,输出 xml 是 WCF 请求消息。一些字段被定义为 Nullable 但在映射过程中抛出此错误:
<Type>System.FormatException</Type></InnerException><Message>The value '' cannot be parsed as the type 'Int32'.</Message><StackTrace> at System.Xml.XmlConverter.ToInt32(String value)