Thank you for the response. I am currently on CXF 2.2.5 and just trying to see how I would go about integrating the existing SOAP Web Service with OAuth. Is there some kind of get started that would point me in the right direction?
Best Regards, Arik. On Tue, Mar 16, 2010 at 2:53 PM, Sergey Beryozkin <[email protected]>wrote: > 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 <[email protected]> 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. > > >
