Hello, I have configured my client beans(spring configuraiton) with the org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor and org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.
When I run my client I am getting the following exception. Why is it looking for Apache Axis' Message factory? I am using cxf 2.0.2. Any help will be appreciated. Thanks Matt Exception in thread "main" javax.xml.soap.SOAPException: Failed to create MessageFactory: org.apache.axis.soap.MessageFactoryImpl at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:55) at com.adobe.cairngorm.samples.store.service.ProductInfoServiceClient.main(ProductInfoServiceClient.java:57) Caused by: java.lang.ClassNotFoundException: org.apache.axis.soap.MessageFactoryImpl at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:50) -- View this message in context: http://www.nabble.com/java.lang.ClassNotFoundException%3A-org.apache.axis.soap.MessageFactoryImpl-tf4693804.html#a13416492 Sent from the cxf-issues mailing list archive at Nabble.com.