Hi All:

We do custom validation on output of the SOAP body org.w3c.dom.Node against
a Schema object in a custom interceptor.

The problem is that org.w3c.dom.Node is implemented by SAAJ
(com.sun.xml.internal.messaging.saaj.soap.ver1_1.BodyElement1_1Impl) which
fails when we validate it with the JAXP API.

I know the document is valid because I can validate it: (1) as a standalone
document file and (2) if in the debugger I use JAXP to transform the SAAJ
Node into a Xerces Node (org.apache.xerces.dom.DocumentImpl).

My question is: Does CXF support pluggin in alternative SAAJ
implementations?

If so, which one(s)?

Thank you,
Gary

-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to