【发布时间】:2011-09-26 05:57:12
【问题描述】:
我已将我的网络服务部署到 Tomcat 中。 WSDL 有一些类似 ViewOptions 的操作,但是当我运行它时,我得到了这个错误:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>1</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
为什么会出现这个错误?
【问题讨论】:
标签: web-services