Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Invalid child element › Re: Invalid child element
October 23, 2006 at 9:35 AM
#16148
Well, I have found out a solution to this problem. When the elements are getting mapped, sometimes there is no data in the source element to feed in the destination element, in case the source element is a blank one. In such cases just try seting the minoccurs property of the destination element which is creating the error to ' 0 ' and its maxoccurs to ' unbounded' or ' 1'. Check this!!
Hemant