Re: Attachment from REST Call Not Found

2025-05-15 Thread KARTHIK PRABHU N
Hello Federico, Go below error when platform http component used. Thank Karthik On Wed, 14 May 2025, 2:49 pm Federico Mariani, < federico.mariani.1...@gmail.com> wrote: > Hello, > > Lately, we did a lot of improvements to the platform-http component. Can > you try using the latest Camel 4

Re: Attachment from REST Call Not Found

2025-05-14 Thread Federico Mariani
Hello, Lately, we did a lot of improvements to the platform-http component. Can you try using the latest Camel 4.10.x release and platform-http instead of servlet? IIRC, in platform-http component the attachments are handled in the body (if only one attachment is present) and the message attachmen

Attachment from REST Call Not Found

2025-05-13 Thread KARTHIK PRABHU N
Hello Team, Good morning ! I have a route exposed as REST endpoint with method POST which should extract attachment file from the request but somehow, it’s not working. But the same route - of course with different logic – able to extract attachment from the body. Could you please explain this be