Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other BizTalk Posts   Ask New Question  Ask New Question With Power Editor

Want to Merge the recieved XML message to one
Abhinav Saxena posted at Friday, November 06, 2009 3:10 AM

I am having a Order Schema containing multiple Items.I have actally debatched the schema inside my orchestration using Loop.

i am processing some calculations on the the items elementst like status and total amount.

suppose i have 3 items in my Input i am getting 3 outputs of them

schema is like

<item>

   <id>

   <name>

   <Quantity>

   <Status>

 

now what i am not able to do is

i want the output as single message. I am able to read the three messages in my orchestration. But is there any possible way to combine these three messages into single message  My output should look like

<Order>

    <orderid>

   <Items>

      <Item>

            <id>

            <Name>

        </item>

      <Item>

            <id>

            <Name>

      </Item>

     </Items>

I read the Matt Meleski's Blog but it is having some attributes concepts.

Any help will be appreciated.    Thank you

 

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0