Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How does BizTalk Transformation tool support references in schemas ?
- This topic has 3 replies, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
January 24, 2007 at 8:39 AM #17394
Actually the question is about is there functioid for BTS which facilitates the transformation like this one:
It could be done easily using XSLT inside transformation, but I prefer to have some possibility inside Transformation engine which allows to substitute (logically) all references by the XML fragment they point to.
For example,
InputXml.
<fpML>
<account>
<partyReference>BAO</partyReference>
<account>
<party><PartyId>BAO</PartyId><Name>Bank Of America</Name>….</party>
<party><PartyId>CG</PartyId><Name>Citi Group</Name>….</party>
<party><PartyId>HB</PartyId><Name>Houshold Bank</Name>….</party>
</fpML>
The output should be:
<root>
<Trade><partyName>Bank Of America</partyName></Trade>
<root>
For instance, there could be some functioid where you can join to element and map the subset of joining result to output.
-
January 24, 2007 at 9:38 AM #17400
the short answer is no – there is no single functoid that will do this.
You can achieve the mapping result through a combination of functoids, but it will be difficult and will require someone with lots of BizTalk mapping experience to do it.
– weak architect
-
January 24, 2007 at 10:06 AM #17402
Thank you for the fast and helpfull response. You safe a lot of my time!!!
-
-
February 24, 2009 at 8:35 AM #21783
(Sorry, this is not an answer to your question but it seems that you have the information that I ‘really’ need)
I’m trying to use the FpML schemas (FpML 5.0).
I downloaded the schemas from http://www.fpml.org and added them into my BizTalk project. Then I deployed the solution.
I’m getting followint error when I try to receive a message: “ Cannot locate document specification because multiple schemas matched the message type “http://www.fpml.org/FpML-5-0/reporting#tradeExecutionNotification “
Is there any specific procedure to use the FpML schemas in BizTalk projects?
OQ
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.