无法获得Axis示例运行

时间:2010-09-10 15:00:44

标签: java axis

我正在尝试从这里运行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。

由于

1 个答案:

答案 0 :(得分:0)

首先让我感到震惊的是:

http://ws.apache.org:5049/axis/services/echo

似乎无法使用。你能试试另一个吗?