Folks,
does the IS have a default content-handler for application/zip content type?
I have a requirement of reusing the content-handlers that ships with the IS 7.1.
The service receives the ZIP file over FTP (the IS have a FTP port configured). And the flow service has a save/restorePipeline right at the start of the service, which saves the pipeline content - including the non-serializable stuff - into the memory. And the pipeline has only the contentstream (shown in the “Results” pane as a String variable, containing “wm.server.net.FTPInputStream”).
Does anyone knows:
- how to check the available “content-type handlers” in the IS? or
- how to get this “wm.server.net.FTPInputStream” and pub.io:streamToBytes it?
Any help is appreciated.
Best regards