I was trying to add a JaxWS Handler on my Webservice deployed on IBM WebSphere 6.1.0.9. I see that the SOAPHandlerInterceptor is failing while getting operation name. THe error is
java.lang.IllegalArgumentException: WSWS4100E: Method getElementQName() of class javax.xml.soap.SOAPElement is not supported in SAAJ 1.2. This is because cxf uses SAAJ 1.3 while websphere runtime has SAAJ 1.2. Is there any work around for this. -- View this message in context: http://www.nabble.com/CXF-failing-on-Websphere-while-using-Handlers-tp16851517p16851517.html Sent from the cxf-user mailing list archive at Nabble.com.
