我正在尝试从这里运行Axis“入门”示例代码:
http://ws.apache.org/axis/java/user-guide.html#BasicsGettingStarted
除了在第15行添加缺少的引用之外,它是相同的代码,并添加了一些日志记录。我收到这个错误:
Transport is org.apache.axis.transport.http.HTTPTransport@4c6aacbf
Set target endpoint address
Set operation name
Enter: Call::invoke(ns, meth, args)
operation=null
Failed to set EntityResolver to null on DocumentBuilder
java.lang.NullPointerException
at weblogic.xml.jaxp.ChainingEntityResolver.popEntityResolver(ChainingEntityResolver.java:75)
at weblogic.xml.jaxp.RegistryDocumentBuilder.setEntityResolver(RegistryDocumentBuilder.java:179)
有什么想法吗?我看到有一个类似的问题,但没有答案。我使用的是Axis 1.3和Weblogic 9.2.3。
由于