Hi,
I build an orchestration that basically calls a .Net class which is returning an xmldocument. However, I don't know how to convert that xmldocument into a message.
Code:
browseparam = connectqueue.MQSMessageBrowse("x", "y", "z");
xmldocnew = browseparam.QueueContent;
construct xmldoc {...
This is a part of the desired output:
<code>
<Line Number="1">
<ItemNumber Type="IN">14X-911-2150</ItemNumber>
<ItemNumber Type="SA">14X-911-2150</ItemNumber>
<ItemDescription>GLASS</ItemDescription>
<ItemUnix>PCE</ItemUnix>
<Schedule>
<Qty...
Is it possible to make the expression variable and still to retrieve the content of a node?
example:
xml file1 need to be transformed to another xml file2.
file1 contains a repeating part (messagedetail)
<code>
<messagedetail>
<LITNOrder_qty_1>0</LITNOrder_qty_1>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.