Does any know an efficient way to combine one xml messages into another.
I have an outer envelope schema which can take an arbitary number of internal messages all of which have their own namespaces.
I don't want to run the nodes of the additional xml messages because this is slow, I am sure there is a better way to append messages.
The end message looks as below
<ns0:body>
<ns1:MessageA>
...
</ns1:MessageA>
<ns2:MessageB>
...
</ns2:MessageB>
<nso:body>

1 answers
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!