Re: reading multipart mime dataformat

2018-06-08 Thread Claus Ibsen
Hi Tom Thanks for sharing the solution and as a full example. On Fri, Jun 8, 2018 at 4:08 PM, Tim Dudgeon wrote: > Here is the example: > > https://github.com/tdudgeon/camel-cdi-servlet-example > > > On 08/06/18 09:44, Claus Ibsen wrote: >> >> Hi Tom >> >> I am afraid what we have is the docs yo

Re: reading multipart mime dataformat

2018-06-08 Thread Tim Dudgeon
Here is the example: https://github.com/tdudgeon/camel-cdi-servlet-example On 08/06/18 09:44, Claus Ibsen wrote: Hi Tom I am afraid what we have is the docs you can find, but they are more up to date on github https://github.com/apache/camel/blob/master/components/camel-mail/src/main/docs/mim

Re: reading multipart mime dataformat

2018-06-08 Thread Tim Dudgeon
Actually I got it working. I'll post an example once I've got it sorted. Tim On 08/06/18 09:44, Claus Ibsen wrote: Hi Tom I am afraid what we have is the docs you can find, but they are more up to date on github https://github.com/apache/camel/blob/master/components/camel-mail/src/main/docs/m

Re: reading multipart mime dataformat

2018-06-08 Thread Claus Ibsen
Hi Tom I am afraid what we have is the docs you can find, but they are more up to date on github https://github.com/apache/camel/blob/master/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc If you can build an unit test - reproducer sample project you are welcome to log a JIRA a

reading multipart mime dataformat

2018-06-07 Thread Tim Dudgeon
I'm wanting to send a small set of files to a HTTP server as a POST request and have Camel handle the request. Seems like one way of doing this is to use curl on the sending end to create the POST request and have the Camel MIME-Multipart data format [1] handle the request on the receiving end