I'm new to Camel, I'm evaluating it to see if I can use it for a new application. I'm trying to consume a web service like : as url.com/account/login?USERNAME=username&PASSWORD=password A string with a session ID is returned which I need to assign to a variable.
My question is which component would be recommend for this particular type of use. And is there a Pure Java example? At the risk of sounding obtuse, I have gone through the examples and online reference and a book I purchased... but I'm still a bit confused. Thanks for any help!! Carlos
