I'd like to see an example of a simple web service and client that use DOM objects to pass and receive data. Is there a way to do that using Axis? All the examples I've seen use SOAPBodyElement objects instead of DOM Document or Node objects.
I don't understand why the people that designed all the subclasses of javax.xml.soap.Node decided that the existing DOM interfaces weren't sufficient. I would have thought that they would at least build on top of those.
