Debatching
i have message follows bulkorder : <orders> <batchid>1</batchid> <order> <ordnum>100</ordnum> <qty>100</qty> </order> <order> <ordnum>102</ordnum> <qty>200</qty> </order> </orders> need debatch , single order should <sngorder> <batchid>1</batchid> <order> <ordnum>100</ordnum> <qty>100</qty> </order> </sngorder> <sngorder> <batchid>1</batchid> <order> <ordnum>102</ordnum> <qty>200</qty> </order> </sngorder> how can acheive in orchestration ? without batchid iam able acheive same.
vijaykishan | http://v2attechhorizon.blogspot.com
vijaykishan | http://v2attechhorizon.blogspot.com
hi,
you use sample to loop around orders. other options debatching in orchestration mentioned in thread .
hth
regards,
steef-jan wiggers
mvp & mcts biztalk server
http://soa-thoughts.blogspot.com/
if answers question please mark accordingly
biztalk
BizTalk Server > BizTalk Server General
Comments
Post a Comment