Archive Flow service

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.

HTH,
RMG

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.