How does BizTalk Transformation tool support references in schemas ?

Home Page Forums BizTalk 2004 – BizTalk 2010 How does BizTalk Transformation tool support references in schemas ?

Viewing 2 reply threads
  • Author
    Posts
    • #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.

    • #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 

      • #17402

        Thank you for the fast and helpfull response. You safe a lot of my time!!!

    • #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

       

       

       

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.