Details
Description
Reading WSDL does not work on WebLogic 10.3 since commit 835577 because
the StaxUtils.createXMLStreamReader(InputSource src) call depends on
StaxUtils.createXMLStreamReader(Source source) which uses
XMLInputFactory.createXMLStreamReader(Source source) which is a method marked as optional and it returns null in WebLogic StaX implementation
weblogic.xml.stax.XMLStreamInputFactory.