Hi, according to your post it seems to me there are fighting two versions of SAAJ in your code. Try to ensure only JBoss SAAJ version is used. You can enforce this e.g. by setting up the following JVM properties in your IDE:
-Djavax.xml.soap.MessageFactory=org.jboss.ws.core.soap.MessageFactoryImpl | -Djavax.xml.soap.MetaFactory=org.jboss.ws.core.soap.SAAJMetaFactoryImpl | -Djavax.xml.soap.SOAPFactory=org.jboss.ws.core.soap.SOAPFactoryImpl Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101675#4101675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101675 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
