Hi,
Here is my situation. I need to call a RESTful API that returns a file stream. I need to be able to pass that file stream on to a request handler that returns the stream to the caller to get rendered in a native application. I noticed that the Java Object has no Oscript to Java translation for file streams. Is there a way of doing this? That is, a way that does not involve having the java client retrieve the file from the REST service, write it to temporary storage, pass the file name to Oscript and have Oscript stream it back. If I have to do that, it makes this whole mechanism completely unworkabout for anything but the smallest files.
-Hugh