Skip to Content
0
Former Member
May 29, 2008 at 03:44 PM

Problem using payloadZipBean to unzip a file

107 Views

I would like to run OS command to zip large amount of xml into one zip file before XI pick it up, then use unzip option in payloadZipBean to unzip all the xml files so XI can process them one by one from memory, this will reduce lots file I/O time.

But I am getting this warning message:

Warning Zip: message is empty or has no payload

But if I display this message in RWB, the only payload is this zip file.

Why the payloadZipBean is not unzipping this file as supposed to.