Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi, can anyone tell how to archive the particular flowservice to a zip file using developer…i.e., what flow steps to be written in a service…
Thanks in advance,
Sab.
You need to build a custom Java service utility for zip/unzip mechanism using JAVA API (java.util.zip.* methods) and invoke it.
You can refer the API doc or download the PSUtilities package should have some utilities already:
HTH, RMG
Hi RMG, I’m doing this in developer and i need to this by using some built in services. Can u tel me which services should i invoke for this.
Thanks, Sab
No builtin service exist…please follow the custom Java service or call command line EXEC that runs WinZip
Get the PSUtilities package.