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

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to send non-standard Content-Type header ?