Question
InDesign Server (via SOAP) -- Returning Binary Data: Possible or Not?
is it possible to return binary data to soap client?
given: myFile = File('MyFancyJpeg.jpg');
I want to return either a base64 encoded, or hex result back to the SOAP client. (filetype, above, is totally arbitrary, by the way)
Is InDesign server capable of something like this?