Appending XML data to a file using file adaptor
671828Mar 6 2009 — edited May 21 2009Hi,
I am trying to append data to a file using file adaptor in XML format. (Objective is to store data as XML message in the file). I understand it is possible to append data to an existing file by making appropriate changes in WSDL manually. However, my issue is every time the XML data is appended to a file even the XML header message is also getting appended. As a result the file data does not adhere to defined schema structure anymore.
Is there a way to save XML data in a file in append mode ?
Thanks, Riz