ShowTable of Contents
The XML data retrieved from a back-end server is frequently not in the format needed by your WEF application. Sometimes the structure of the data needs to be changed; sometimes the data itself needs to be changed. This sample shows how to use transform builders to change both the structure and the values of the XML data.
Introduction
To run this sample in Web Experience Factory Designer, you will need to
download the attached project ZIP file
, and import it into a WEF project. Once imported, the project should look like this:
Project Explorer
Provider model, Consumer model
REST Service Call builder
Web Experience Factory Forum feed
REST Service Call builder results before transforming
Transform builders
split creation date into date and time and revise author values
chaining
Transform Map
Transform Modify
Service Operation - Action to Call
REST Service Call builder results after transforming