I understand that, problem is that I can't figure out how to configure the Camel Route to properly receive/parse the data. If I was receiving JSON/KML, this would be easy using the functionality in Camel. Binary files seem to be totally different.
On Sat, Sep 30, 2017 at 8:13 PM, Mark Nuttall <mknutt...@gmail.com> wrote: > 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 <elihusma...@gmail.com> 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 > > >