Hi,
I am designing one SI project.in the flow there is one field that needed to be hardcoded .Is there way i can insert data in the filed.The file is a type of XML.

Eg.in the below file i need to insert the country filed from SI flow.I want an alternative to service activator
Code:
<?xml version="1.0" encoding="UTF-8"?>
 <person>
           <name>xyz</name>
            <country></country>
  </person>
Thanks
Vishal