Blog Stats
  • Posts - 26
  • Articles - 2
  • Comments - 27
  • Trackbacks - 8

 

March 2006 Entries

BizTalk 2004 - How to create an XSD schema out of a sample XML

When the messages to be exchanged are “specified by example”, you might have the challenge of producing an XSD schema out of the sample XML-message. There is a quick solution for this in BizTalk 2004: Store the XML-message as file Open a new or existing BizTalk project, and choose “Add existing item“. Change the filter settings and folder so that the XML-file will become visible. Select it. Open the XML-file with BizTalk's default editor. On the editor screen, request the...

BizTalk 2004 - Maps containing loop and other functoids in the same scope

General rule: when a segment or a group is mapped using the loop functoid, the underlying elements can not be mapped using functoids. A BizTalk map is executed right-to-left, i.e. based on the target message, the mapping engine applies the mapping rules as specified. This makes it necessary to use a loop-functoid in some cases. An element in the target message connected to an element in the source message via the loop-functoid will force the mapper to loop all source possible elements. This is great...

 

 

Copyright © Erwin Homan