On 14/10/14 15:26, camelcoder07 wrote:
Thanks for the reply. Is it possible to do what I am doing above using cxf and oauth since the web service I am posting to is a REST web service?
CXF ships OAuthClientUtils which might help; it is all quite boilerplate, most of the client-side OAuth2 interactions can be done with a pure HTTP client which would either redirect or request a token with a form payload request...Most of the dedicated client libraries for working with well known providers are just thin wrappers on top of the plain HTTP code...It becomes more involved once signed tokens are introduced but for many cases it is easy enough...
Thanks, Sergey
Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-with-OAuth-for-Camel-Https-Client-tp5757513p5757561.html Sent from the Camel - Users mailing list archive at Nabble.com.