Hi We've been thinking about refactoring HttpConduit a bit such that the way the redirection is handled can be customized, by injecting a conduit with a custom redirect handler which will be given an option to react to responses requiring the redirection in some custom way. Another option is to optionally disable the redirection at the HttpConduit level and deal with it at the CXF interceptor level. Not sure which option is a better one, possibly the 1st one can be simpler to do... Thoughts are welcome, perhaps this can indeed be done sooner rather than later
cheers, Sergey On Tue, Mar 16, 2010 at 9:42 PM, Arik Gorelik <arikg...@gmail.com> wrote: > Hello, > > I would like to integrate OAuth into an existing SOAP API built with CXF > technology. Is there some documentation out there on how to get started? > > Thank you. > Arik. >