Home Page › Forums › BizTalk 2004 – BizTalk 2010 › AS2 Orchestration › Re: AS2 Orchestration
September 9, 2008 at 11:07 AM
#20653
That correlation should work. You can probably get by without an MDN schema. You can use xpath to pull data out of the message without having a schema. If you need to pull out lots of different fields, then it might be advantageous to define a schema with some distinguished fields and use those to extract the data. If you want to validate the MDN, then that would be a reason to have a schema. Otherwise, no schema is fine.