Generating the XSLT map with the XSLT mapper

This recipe will explore how to configure the Transform activity. We will create an XSLT transformation file and use it to map the output variable of a web service to the response variable of the BPEL process. In this recipe, we will convert the semicolon delimited result text into an XML-formatted result.

Getting ready

If we now run the BPEL process we created in the previous recipe without the Transform activity, we will get a simple string response as shown in the following screenshot:

Getting ready

The response can be read well from the screen; however, if we need to process the response any further, we need to split ...

Get BPEL and Java Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.