debatching
i have listed out inbound , outbound. easiest approach accomplish desired outbound message using debatching.
the inbound message(a) output of map(using xslt) transformation applied @ receive port. can apply second map debatch execute on output first map in receive port. don't need orchestration in solution.
my final debatched message(b) filtered by messagetype in a sendport.
inbound message- a
<root>
<a></a>
<b></b>
<c></c>
<d></d>
<a></a>
<b></b>
<c></c>
<d></d>
<a></a>
<b></b>
<c></c>
<d></d>
<a></a>
<b></b>
<c></c>
<d></d>
</root>
expected debatch results should have 4 messages each below
final mesasge - b
<root>
<a></a>
<b></b>
<c></c>
<d></d>
</root>
raja
there's not it. there 2 loopback adapters on list, though have used mine: http://social.technet.microsoft.com/wiki/contents/articles/12824.biztalk-server-list-of-custom-adapters.aspx
you route message two-way send port, debatch on receive side 1 way receive location.
BizTalk Server > BizTalk Server General
Comments
Post a Comment