On Thursday 24 April 2008, smodekurti wrote: > 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.
Yea. Websphere's version is a bit too old. I THINK if you follow the stuff at: http://cwiki.apache.org/CXF20DOC/appserverguide.html#AppServerGuide-Websphere for dealing with wsdl4j but also do it for saaj-impl and saaj-api, it should work. Not 100% possitive though as I don't have WebSphere to try it. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
