If you're using CXF 2.1+, SAAJ is automatically imported when you use either of the WSS4J interceptors, so you don't need to explicitly include it in your interceptor chain.
In your shoes, I would first try to make sure your system works with Tomcat[1], *then* try to get things working with Websphere. This helps with troubleshooting, we can first work on any CXF-related problems with your code before dealing with the Websphere headaches. There's some IBM Websphere-specific notes here[2]. You may need to google a bit over using SAAJ with the IBM JDK--no guarantees here unfortunately though that you will be able to get that to work. (I don't know if it works or not.) As a slight concern, because you're quite possibly working with HIPAA data, make sure not to divulge too much of your business/security model on these mailing lists. Sometimes people forget that when they have immediate errors and post too quickly to the mailing list. On this list, all of us work for the American Widget Company, and our webservices are written for that firm. HTH, Glen [1] http://www.jroller.com/gmazza/entry/using_cxf_and_wss4j_to [2] http://cwiki.apache.org/CXF20DOC/appserverguide.html ------------------------------- Glen Mazza, Developer American Widget Company [EMAIL PROTECTED] Fisher, Jonathan wrote: > > Hey guys... > > I'm getting this error when trying to do WSSE authentication on my WS. > I'm using Websphere(shudder) and am locked into using their JDK: > > <faultcode>soap:Client</faultcode> > <faultstring>Problems creating SAAJ object model</faultstring> > > Is SAAJ required for wss4j? I'm not really sure why I need that in > there, but it doesn't seem to make a difference whether I have the > interceptor in there or not, I get the same error message. > -- View this message in context: http://www.nabble.com/SAAJ-and-WSS4JInInterceptor-tp18639944p18644236.html Sent from the cxf-user mailing list archive at Nabble.com.
