Re: MimeMultipartDataFormat

2021-03-30 Thread Gmail
yload and the parameter names as headers, but I am also not sure > whether this Is really a good idea. > > Best regards > Stephan > > -Original Message- > From: Claus Ibsen > Sent: Mittwoch, 31. März 2021 07:10 > To: users@camel.apache.org > Subject: Re: Mime

RE: MimeMultipartDataFormat

2021-03-30 Thread Siano, Stephan
ad and the parameter names as headers, but I am also not sure whether this Is really a good idea. Best regards Stephan -Original Message- From: Claus Ibsen Sent: Mittwoch, 31. März 2021 07:10 To: users@camel.apache.org Subject: Re: MimeMultipartDataFormat Hi A good idea is to check the uni

Re: MimeMultipartDataFormat

2021-03-30 Thread Claus Ibsen
Hi A good idea is to check the unit tests of the camel component you use, as they can help how to do stuff. The doc page is welcome to be updated if you find a way. To edit the page, click the button in the bottom. On Tue, Mar 30, 2021 at 8:29 PM WEIQUAN YUAN wrote: > > Just tried to send a for

question about MimeMultipartDataFormat

2021-03-30 Thread WEIQUAN YUAN
Just tried to send a form with couple of fields inside to the rest endpoint - FieldName | FieldValue -- abc | 133 bcd |245 - from("restendpoint") .unmarshall().mimeMultipart() .pr

MimeMultipartDataFormat

2021-03-30 Thread WEIQUAN YUAN
Just tried to send a form with couple of fields inside to the rest endpoint - FieldName | FieldValue -- abc | 133 bcd |245 - from("restendpoint") .unmarshall().mimeMultipart() .pr