Wednesday, July 6, 2011

XML Pipeline schema Debatching


I am posting it not for you guys also for myself because of my bad memory.. Debatching xml file without using orchestration was  a tough and tricky job and already pulled half of my hair for this

:-)..Hope it will help the biztalk community

1.
Create a receive schema structure like this

ReceiveSchemaStructure

2.Now change the root node type in the schema

ChangeRootNodeTypeName

3.Set the envelope in root node

SetEnvelope

5.Click on Employee and set the Body XPath

SetBodyXpath

6.Assign the Record the body part of the message

assignBatchRecord

7.Create a body of the message that you are suppose to debatch

RecordBody

 

8.Create the orchhestration and assign the body part message in number 7 in the receive shape

SampleOrchestration

9.Use XML Receive pipeline in the adapter .

 

Hope this will create separate message

image

 

Cheers

Sam

0 comments: