Collect several xml files.
hi.
i have collect several xml files, make 1 xml file.
this xml file.
<stock> <detail> <invoicenr>9500</invoicenr> <itemnr>tt500</itemnr> <batch>950a12</batch> <qty>50</qty> </detail> </stock>
i have ex. 30 files this. have collect them , make 1 xml file thats this:
<stock> <detail> <invoicenr>9500</invoicenr> <itemnr>tt500</itemnr> <batch>950a12</batch> <qty>1500</qty> </detail> </stock>
is possible?
yes, can use aggregator pattern, here sample:
http://msdn.microsoft.com/en-us/library/aa561747%28bts.20%29.aspx
BizTalk Server > BizTalk Server General
Comments
Post a Comment