Re: [newbie question] CXFNonSpringServlet and ws-security

2010-11-04 Thread viveksvl
Dan, Bayu, This is just to confirm my understanding, When you do WSDL2Java for a wsdl that has security policy, it does not generate the call back handlers(or inerceptors) correct? Meaning, I do see the JAXB components, Server(Service class), Client. Please confirm. Thanks, Vivek. -- View this

Re: WS Security(UsernameToken) in IBM WAS 7.0(IBM jdk 1.6)

2010-11-03 Thread viveksvl
Hi Dan, As the objective is to get this example working, I switched back to my client code(static client generation) instead of using the JaxWsDynamicClientFactory. Appreciate your help, Vivek. Here is the current Client code:- public

WS Security(UsernameToken) in IBM WAS 7.0(IBM jdk 1.6)

2010-11-03 Thread viveksvl
Hi All, I am trying a simple example to get Authentication working in webshere application sever 7.0. Below are the steps that I've taken. 1)Put this line in manifest file =DisableIBMJAXWSEngine: true 2)Using CXF 2.3.0 version. 3)Class loader to load the app jars first = Pick up jaxp-ri-1.4.