Author |
Message
|
venky |
Posted: Fri Apr 15, 2011 10:06 am Post subject: WebSphere ESB and ZIP Files. |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
Hi All,
We need to expose a web service from Websphere ESB which is capable of consuming a zip file. Can websphere ESB consume and process a zip file through a web service ? if yes, what are the tooling available inside WESB to unzip and process the zip file.? Is there an example that I could refer to ?
Please share your thoughts.
Thanks, V |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Apr 15, 2011 10:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Oddly enough, the Java JAR file format is exactly the same file format as the zip file format. |
|
Back to top |
|
 |
venky |
Posted: Mon Apr 25, 2011 9:58 am Post subject: |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
ok. I am not sure how that will help. Can you provide more details please? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 25, 2011 10:49 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It means that if there is code to unwrap a jar file, you can use the same code to unwrap a zip file. |
|
Back to top |
|
 |
venky |
Posted: Mon Apr 25, 2011 3:04 pm Post subject: |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
I agree, with custom coding we can make it happen.
But my question is, does the product do this out of the box ? well, one of the reasons to go with these type of SOA/ESB tools is to take advantage of the out-of-the box, no coding (or) very less coding approach so we can build integrations quickly. |
|
Back to top |
|
 |
vennela |
Posted: Sat May 14, 2011 11:12 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Well in that case you should give more details
Meaning, what do you want to do with the zip file?
Do you want to extract it and process each file?
What you want to do with it really helps
FlatFile and FTP adapters are helpful in this regard, but again, it really helps to know what you want to do with it
Quote: |
very less coding approach so we can build integrations quickly. |
Ofcourse, but some coding is definitely involved |
|
Back to top |
|
 |
|