it is just a file. any example of processing a file should work. you will be able to save it somewhere and then you will have to call some processor to read/process it.
On Fri, Sep 29, 2017 at 7:47 PM, Mark <[email protected]> wrote: > I'm trying to figure out how to process a binary file that is sent to my > Camel REST service via POST. I have not found any good examples on how > this can be done using Camel. Does anyone have any experiences they could > share or links to more documentation? > > I'm currently using the jetty component for the restconfiguration. > > Thanks, > Mark >
