Friday, April 3, 2015

Adding Multiple Sources in XSLT Transformation in BPEL

Hi Friends,

Many Times we need to point input from multiple source variables to one target in xslt mapper file.

There are two ways to deal with :

  • Add Multiple source variables while creating Transformation activity in bpel.
  • Create xsl file based on two xsd's and right click on source panel in xslt mapper in design view and select add source.
1) Adding multiple variables in Transformation Activity.
  • Drag and drop Transformation Activity
  • Go to Transformation tab and click + sign in Source and select required source variables
  • Select Target variables as per requirement.
See Below Snippet :



2) Adding Source to Already Created xsl mapper file.

Please follow below steps:



Thanks.

No comments:

Post a Comment