actually i solved this by creating a flatfile schema and using flow services convertToValues and documentToString which worked but did not give the tags.
can u tell me how to get these tags because as the flat file does not have this tags so they are not present in schema and in final xml do.
i just want to kno the best way to get these tags.
u need to create a document type using the xml schema and then map the incoming flatfile values to the xml document type .
and then u can convert the xml document to string using the xml schema .