Re: RequestWrapper class reuse?

2011-06-19 Thread Glen Mazza
I don't think so: WS-I Basic Profile compliance (R2710 of here: http://www.ws-i.org/profiles/basicprofile-1.1.html#Operation_Signatures) requires unique signatures for each operation due to the fact that frequently the signature is used to determine the web service operation being called. Gle

Re: One-way requests with callbacks

2011-06-19 Thread Glen Mazza
I don't believe one-way SOAP calls have responses, but async web services (check the links in the first paragraph here for examples: http://www.jroller.com/gmazza/entry/creating_service_side_asynchronous_web) may be what you're looking for. Glen On 06/19/2011 03:38 PM, Guy Pardon wrote: Hi,

Re: oAuth Extension

2011-06-19 Thread Pankaj Jangid
Thanks Sergey for the pointers. Amber looks like best bet at the moment. -- Regards Pankaj On 19 June 2011 22:41, Sergey Beryozkin wrote: > Hi > > > On Sat, Jun 18, 2011 at 4:25 PM, Pankaj Jangid > wrote: > > Hi, > > > > Is this extension support? > > > > http://cxf.apache.org/docs/cxf-oauth-1

One-way requests with callbacks

2011-06-19 Thread Guy Pardon
Hi, I am looking for the best way to handle (client-side coding of) one-way requests with callbacks for the responses. Preferably an all-round solution, but if need be a CXF specific thing. Any suggestions? Thanks Guy

Re: SpnegoContextToken - Security Token support for CXF

2011-06-19 Thread Sumit Pathak
I am also working on for the same project, and given first stab to it:- a) Define a SpnegoContextToken, this can extend SecureConversationToken. b) Define builder and Interceptor provider to build SpnegoToken from the xml. c) Register both the builder and Interceptor in your client code:- Assertion

Re: oAuth Extension

2011-06-19 Thread Sergey Beryozkin
Hi On Sat, Jun 18, 2011 at 4:25 PM, Pankaj Jangid wrote: > Hi, > > Is this extension support? > > http://cxf.apache.org/docs/cxf-oauth-10.html Not yet - actually, IMHO OAuth (2.0) as a key technology which is going to hit a mainstream, but we haven't been able to prioritize on OAuth yet. But we

Re: CXF DOSGi is ignoring JAX-RS annotations?

2011-06-19 Thread mah
Sergey Beryozkin-5 wrote: > > I think it's a matter of explicitly importing javax.ws.rs package with > ImportPackage for the case where annotations are expected to be > recognized > javax.ws.rs package is imported into bundle, where annotations are expected to be processed. The setup consists