Sorry but I wasn’t thinking straight when replying to your e-mail with the modified Samples unzip service. You can’t use that. It works only with GZIP formats. The file you posted is not gzip.
To work with zip files, a bit more work is needed to properly process the file. You’ll need to use the PSUtilities.zip:unzipFiles as a template. If your retrieved file will always only contain one compressed file, then you can copy and modify unzipFiles to make that assumption (you might throw an exception if there is more than one) and return the uncompressed bytes of the first (and only) file entry in the zip.
Again, apologies for the wrong turn. Hopefully this will get you on the right path.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services