Thanks for the reply!
Sorry, I didnt mentioned that there is root node. Here is how the target xml looks like:
...few child nodes here...data here is independent of incoming file
....
...
few child nodes here...with one total transcation node
Now, I am planning to write a service which will create a target file and write below xml lines first…
…few child nodes here…
Then, I shall read first file and extract data …and append the nodes into the target file. I have set ‘header=false’ in documentToXMLString service…
I shall repeat the same for second file as well…
then at the end…i shall append the node…and the closing root node
Will this work ?
I am reading the flat file (20MB) as stream (getFile)…mapping the stream to ConverToValues…(i have designed the schema to extract only the required xml data embeded in the flat file)…
After extracting the xml data…I am closing the stream by using pub.io.close service…
I am then parsing this xml to target format…
Please let me know whether this will work and will be able to hold the max load which is suppose to be 26Mb per file… ??
regards,
Khan
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB