Monday, October 27, 2008

Convert BAM definition xml from 2004 to 2006

I needed to use a BAM definition xml from 2004 in a 2006 environment.

I did not find any conversion tool so I compared it to a definition from 2006.

The 2 diffenrences I found was namespace and DisplayName.
  1. Change namespace to: http://schemas.microsoft.com/BizTalkServer/2004/10/BAM
  2. Remove prefix on that namespace
  3. Remove xml instance namespace (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance")
  4. Remove all attributes named "DisplayName"

Done!

No comments: