JBoss Community

BPMN process with XML input - XSLT transformation - XML output

created by Massimiliano Izzo in jBPM - View the full discussion

Hi all,

 

I am a newbie to jBPM, so hope to not put a trivial question...

I am designing a software system to integrate several systems exchanging messages through JMS. All the systems defined a common XML data frame validated through an XML schema. The integration system needs to do some computation on specific XML tags.

As an example, if I receive the following xml:

<msg>

<a>5</a>

<b>6</a>

</msg>

I have to transform the xml into

<msg>

<a>5</a>

<b>6</a>

<sum>11</sum>

</msg>

 

My question is: Can I design a jBPM5 process to handle this task without developing a Java task to get the XSLT transformation? Is there any out-of-the-box feature of jBPM5 to model such scenario?

 

Thanks in advance for your assistance

Reply to this message by going to Community

Start a new discussion in jBPM at Community