java - Using Camel to get data from a web service -


there lot of information using camel jms, can’t find on using camel request data web service. wondering if possible directly, or need use kind of jms/queue?

ideally, want service (using java dsl) send out request web service, retrieve data, , store in file locally. possible in camel using simple custom routebuilder , camelcontext? i’ve tried setting routes using

`from(“http:..”).to(“file:...");`  

but doesn’t seem work, doesn’t seem data web service. i've read, under impression endpoint http: build request automatically , route file.

i wondering try next, , if possible.

it possible. best example start cxf-proxy example. shows how invoke remote web-service camel. feel free ask specific questions if run issues , can help.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -