Hello,
I am using DOM4J and am using SAAJ for SOAP messaging.
SAAJ uses a W3C DOM. To optimize conversions between
DOM4J and W3C DOM, I was attempting to use the
DOMDocument and related classes.
However, SAAJ seems to be using DocumentFragment which
is not supported in DOM4J. This results in:
Hello,
I am using DOM4J and am using SAAJ for SOAP messaging.
SAAJ uses a W3C DOM. To optimize conversions between
DOM4J and W3C DOM, I was attempting to use the
DOMDocument and related classes.
However, SAAJ seems to be using DocumentFragment which
is not supported in DOM4J. This results in: