Classification: UNCLASSIFIED Caveats: NONE Hi, Mike,
The reason I'm asking about the jaxws handlers is that I need to plug in a new WS-security. I had tried Tuscany Policy interceptor in 1.6 and it does not seem to work out (I had another post under the title "How to add new security extension to Tuscany binding.ws?" on this. Since jaxws spec included the handler framework and if Tuscany's jaxws runtime conforms to that spec, I should be able to using annotations to hook in the new WS-security implemented as handlers. I know JVM supports it. Thanks, Gang -----Original Message----- From: Mike Edwards [mailto:[email protected]] Sent: Wednesday, January 19, 2011 6:38 PM To: [email protected] Subject: Re: How to use binding-ws-runtime-jaxws? (UNCLASSIFIED) On 19/01/2011 22:57, Yang, Gang CTR US USA wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > Hi, Urso, > > Thanks for the reply. Please excuse me for my ignorance (I just came over to 2.0), but how do you select axis2 or jaxws at the first place? In 1.6, if you specify "binding.ws" then axis2 used because that is the only binding.ws provider. > > Since you seem to have used jaxws in Tuscany, can you tell me if the concept of jaxws handlers are supported? > > Thanks a lot. > Gang Gang, Do you mean the idea of using JAXWS handlers inside your component implementation code - eg in a POJO? The simple answer to that is "no". But before I go any further, can I ask "what are you trying to do" - what do you want the handlers to do - access some specific SOAP headers, for example? If the answer to that question is "yes", then we should discuss the SCA programming model further. Yours, Mike. Classification: UNCLASSIFIED Caveats: NONE
