Blogger :
Leonid Ganeline
All posts :
All posts by Leonid Ganeline
Category :
BizTalk Server
Blogged date : 2008 Jul 09
Interesting information in KB:
"...
-
A promoted property may not be available as a promoted property after you write a value into the message context. This situation can occur if the value that you write into the message context has the same name and namespace that was used to promote the property.
-
Properties that have a null value are not permitted in the message context. Therefore, if a null value is written into the message context, this value will be deleted.
..."
BTW What is it "a null value"?
-
Is it <shipDate xsi:nil="true"></shipDate> ?
-
Is it absence of the value <shipDate></shipDate> ?
-
Is it "closed tag <shipDate /> ?
-
Is it absence of the whole node?
And let me add one more, not obvious:
