【发布时间】:2011-03-31 15:53:07
【问题描述】:
前提条件:
1.在soupUI中的响应(生成为模拟服务)
2.网络客户端,知道通过地址运行模拟服务:
http://localhost:8091/cps/axis2/services/
模拟服务运行正常。
当从网络客户端执行请求时,我希望得到soapUI中指定的响应。
而不是这个,我得到了一般错误:
org.apache.axiom.soap.SOAPProcessingException: First Element must contain the local name, Envelope , but found html
表示响应有问题,返回500码的html。
问题是,如何调试问题的原因是什么?
我怀疑命名空间和抽象类型。
【问题讨论】:
标签: web-services debugging axis2 soapui fault