Apache Camel Tutorial- Consume webservice - REST API using HTTP component

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Awesome tutorial. loved the way it covers everything in 11 minutes...Keep it up

amoldalvi
Автор

What is the content of the test file that you are pasting in the inboxPost and inboxRest folder?

richikdey
Автор

What is different between and uses resttemplate vs apache camel

gorulzmediatamilofficial
Автор

could you guide on how can we run this as a OSGI bundle in servicemix ?

palashjain
Автор

How to do the same but with Oauth Authentication?

hugomartinezf
Автор

Can you please upload inputFolder file and inboxPost file

anandasudhan
Автор

// route for REST GET Call
from("file:C:/inputFolderREST?noop=true").setHeader(Exchange.HTTP_METHOD, simple("GET"))

Here you called API for employee id 5.

Lets say i have to call same API 10 times by passing employee id 1 to 10, how to do it?

kamleshawari
Автор

The rest api should have already been ready at the beginning of the video

mysocial
Автор

Thanks a lot for uploading your videos.

rajeshgowdar