Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Masscopy Functoid. – Recursive Mapping › Re: Masscopy Functoid. – Recursive Mapping
November 16, 2008 at 11:50 AM
#21206
I have a very similar question. In my input schema I have an array of “Items”. Each Item can have an array of child Items. It’s a parent-child relationship of serialized parts. The XSD is defined recursively.
My target schema is from a SOAP web service with a nearly identical recursive structure, but different names.
Is it possible to map the two without specifying an arbitrary limit on the depth?