SOAPElementImpl没有setTextContent方法

时间:2012-06-03 13:11:46

标签: weblogic-10.x

weblogic 10.3.3中的奇怪错误:

我在weblogic 10.3.3上运行SpringIntegration系统。我的问题是我的Node在运行时获取类型weblogic.xml.saaj.SOAPElementImpl,并且当我从SOAPUi运行我的服务时,方法setTextContent失败并显示“UNIMPLEMENTED”。我将此添加到startWeblogic.cmd文件中以使其与apache实现而不是weblogic一起运行,但似乎没有帮助: set JAVA_OPTIONS = -Djavax.xml.soap.SOAPConnectionFactory = org.apache.axis.soap.SOAPConnectionImpl -Djavax.xml.soap.MessageFactory = org.apache.axis.soap.MessageFactoryImpl -Djavax.xml.soap.SOAPFactory = org。 apache.axis.soap.SOAPFactoryImpl

有人经历过这个吗?

1 个答案:

答案 0 :(得分:1)

我将实施从SOAPElement.setTextContent()更改为SOAPElement.setValue()。这似乎已经成功了。