Hi Amit
If you can find the service pub.string:makeString, then you have some luck. Add a MAP step and map the Employee/Name to stringList[0], Employee/Address to stringList[1], Employee/EmpID to stringList[2] and so on… then call the service pub.string:makeString and supply this stringList with no delimiter the output of this service will have all the values concatenated.
CAUTION: Keep in mind that if you don’t supply any delimeter as above, the resulting output string cannot by used for any parsing (until you know the lengths of the individiual fields and all the fields are of fixed width)
HTH,
Bhawesh.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB