< Previous | Next >

Overview

In this sample, your goal is to create two simple business objects as input and output, and to map the input business object to the output business object by using an XML map. You then transfer the files that you created to a DataPower appliance and create and test an XML firewall service.

In this sample, you will map an input business object called fullname to an output business object called title_firstname_lastname by using an XML map.

The input business object fullname has three fields of type string, as shown below:

Source business object fullname with fields title, firstName and lastName, all of type string.

The output business object title_firstname_lastname has a single field name of type string, as shown below:

target business object fullname with field name of type string.

Your goal is to take input data from the three fields of fullname, concatenate the strings, and populate the resulting string in the name field of title_firstname_lastname.

< Previous | Next >