Extract contents of a zip file in BPEL SOA 10g
Hi all,
My use case is, trying to implement a BPEL service which will take the .zip folder location and output folder location as a input and it extract contents of a zip file in ouput folder location.
for this use case i have developed java code to unzip the contents, But how to call this Java class in BPEL process Java Embedding activity in 10g??
if its 11g i would try by keeping .jar in SCA-INF/lib, but how to do it in 10g??
Please any suggestions?
Thanks,
Santosh