Hi,
I have made the following configuration settings in IS
watt.server.tspace.location=D://Large_Documents
tn.BigDocThreshold=1000
I’m using pub.client.http.Could anyone explain me the use of node iterator to handle large documents and how does Tn recognizes the data i send as a large document?
Once you configure large documents…TN bizdoc has this variable bizdoc/LargeDocument? (true or false) determine based on this and add your logic if XML then node iterator and for EDI (wm.b2b.editn:getTspace)
I have set the threshold value as 1000. I’m sending a XML file which is 1400 bytes long. Still it dosen’t recognizes the file as Large document. The value in TN/Bizdoc Large Document is false.
Hi,
Thanks for your immediate reply. Thanks for mentioning about tn.recieve as i was using route xml,but still the Value for Large document is false in TN/Bizdoc. I’m using Node iterator as i’m sending XML file.