I'm using Apache SOAP 2.2 and also Sun's J2EE reference implementation. Is there any difference between the two approaches available for obtaining a DocumentBuilder: Apache's XMLParserUtils.getXMLDocBuilder or Sun's JAXP DocumentBuilderFactory.newDocumentBuilder?
If so, which approach is recommended? Thanks, Mark
