SQL Adapter and Debatching. Beware when you process a message that contains consecutive empty elements, debatching will fail.

Posted at: 2/21/2007 at 9:16 PM by saravana
For how to configure SQL Adapter and Debatching see the article writtin by Richard Seroter This problem occurs when you process a message that uses a document structure that resembles the following. <DDLService xmlns="http://www.digitaldeposit.net/schemas/SQL"> <CustomerActivationMessages AccountNumber="12345" DDLServiceType="ORDERRESPONSE" DDLServiceName="ORDERRESPONSE" CompanyName="XYZ" CountryCode="GB" />... [More]
Tags: |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(3) | Comments RSS

Message Debatching inside Biztalk Orchestration, with TargetNamespace.

Posted at: 12/18/2006 at 6:08 PM by saravana
Recently I end up in a scenario where I need to debatch a message inside the orchestration to produce multiple messages based on XPATH. There are already quite few articles about it, one good one is from Stephen Thomas hands on lab. Only problem with this lab is, the examples are based on schemas without any TargetNamespace. In a real world situation its hard to imagine a schema without a TargetNamespace, so I spend some time to enhance the sample with TargetNamespace. I'll highl... [More]
Tags: |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(28) | Comments RSS