Consume a RestAPI with netty or http

2021-08-04 Thread Tobias Letschka
Hi, i am search a solution to connect and consume (POST-Call) Rest-API with SSL (HTTPS): Call looks like: .to("netty-http:https:{{baseURL}}/auth/realms/{{realm}}/protocol/openid-connect/token?sync=true=true=#password=#ksf=#tsf") I found this tutorial:

AW: OAI-PMH Component and Simple Language support

2021-08-04 Thread Penagos Jaime
Wow, nevermind. With toD worked as expected. Was that one of the changes in Camel 3? Thanks for all the quick help! Best regards, Jaime Penagos -Ursprüngliche Nachricht- Von: Penagos Jaime Gesendet: Mittwoch, 4. August 2021 13:29 An: users@camel.apache.org Betreff: AW: OAI-PMH

AW: OAI-PMH Component and Simple Language support

2021-08-04 Thread Penagos Jaime
Oh, I havent used the toD yet. The full route looks like this from("direct:fetch") .to("oaipmh:URL" + "?" + "verb=GetRecord" + "&" + "onlyFirst=true" + "&"

Re: OAI-PMH Component and Simple Language support

2021-08-04 Thread Claus Ibsen
Hi See the toD and content enricher eip patterns On Wed, Aug 4, 2021 at 1:22 PM Penagos Jaime wrote: > > Hi everyone, > > I am currently testing the OAI-PMH component with Camel 3.11.x, the component > works as intended, but it doesnt let me use Simple Language in the Producer / > Consumer. >

Re: OAI-PMH Component and Simple Language support

2021-08-04 Thread Andrea Cosentino
Can you please show the full route? To use the simple language you need to use toD and not to. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On

OAI-PMH Component and Simple Language support

2021-08-04 Thread Penagos Jaime
Hi everyone, I am currently testing the OAI-PMH component with Camel 3.11.x, the component works as intended, but it doesnt let me use Simple Language in the Producer / Consumer. I want to load an ID from the body of a file, and after some basic processing, use this information as the