Information record structure:
<information>
<name> AAA </name>
<age> 444 </age>
<address>CCC </address>
</information>
your following fields(name,age,address) have to match exactly the same column names in the table(test) which you are inserting.and map the information record directly to $data param in insert service.
Make sure final record contain values in the pipe, before doing insert.
HTH.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services