Thursday, July 17, 2008

BizTalk Mapper: Mapping a the Value of a Node when Present, Otherwise Nil

If you have an optional node in your source schema (e.g. minOccurs="0") who value must map to a nillable node in your destination schema, this tidy little mapper construct is for you.

BizTalk Conditional Value or Nil mapping

It occurs to me that a cookbook containing many of these patterns would be useful to folks just getting started with the BizTalk mapper.