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.
The input business object fullname has three fields of type string, as shown below:
The output business object title_firstname_lastname has a single field name of type string, as shown below:
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.