This
I need to map the content of the
Schema of the incoming XML file (with the
Schema of the Output-Xml, this schema = the structure within th
Problem:
BizTalk can’t link
Solution:
Add a Message Assign shape to your Orchestration
Add the following code
IdentifyPersonResultMsg = xpath(SSDNReplyMsg, "/*[local-name()='SSDNReply']/*[local-name()='ServiceReply']/*[local-name()='IdentifyPersonReply']");
I just use an xpath query to get the content in the
In this case IdentifyPersonResultMsg has the message type as the
Message constructed on the Construct Shape: IdentifyPersonResultMsg
1 comment:
Is the Xpath is correct or do u need to refer through element
Post a Comment