Waqar Sadiq
2008-04-17 16:59:26 UTC
I am developing a receive adapter that has to publish message to BizTalk.
The message is of the following form:
<ns0:AttributeSets xmlns:ns0="http://xyz.MemberProcessing">
<Member Ipcode="">
<VirtualCard LoyaltyIdNumber="">
<TransactionSummary TransactionID="" TransactionType="" Company=""
TransactionNumber="" >
<TransactionDetail TransactionID="" LineNumber=""
Quantity=""></TransactionDetail>
</TransactionSummary>
</VirtualCard>
</Member>
</ns0:AttributeSets>
In this message under "AttributeSets" node, there may be repeated instances
of "Member" node. What is the best way to construct the BizTalk message
that can then be published to the message box.
Thanks in advance.
Waqar Sadiq
The message is of the following form:
<ns0:AttributeSets xmlns:ns0="http://xyz.MemberProcessing">
<Member Ipcode="">
<VirtualCard LoyaltyIdNumber="">
<TransactionSummary TransactionID="" TransactionType="" Company=""
TransactionNumber="" >
<TransactionDetail TransactionID="" LineNumber=""
Quantity=""></TransactionDetail>
</TransactionSummary>
</VirtualCard>
</Member>
</ns0:AttributeSets>
In this message under "AttributeSets" node, there may be repeated instances
of "Member" node. What is the best way to construct the BizTalk message
that can then be published to the message box.
Thanks in advance.
Waqar Sadiq