Passing Parameters from BPEL to XSLT

Oracle BPEL can pass parameters defined within an XSLT. This is convenient as normally the XSLT maps are not able to access variables that are defined explicitly in BPEL. Its pretty easy to do … just follow these steps: 1. The parameters that require to be passed to the XSLT should adhere to the following … Continue reading