使用soapUI调用werservice接口时,提示无法调用通,如下信息
ERROR:Exception in request: org.apache.http.NoHttpResponseException: The target server failed to respond
解决办法:在使用stdcpp2.exe生成客户端代码或者服务端代码后,需要将*.nsmap文件中的“SOAP-ENV”改成“soapenv”,并进行全局替换为“soapenv”,只有这样接口才可以正常调通;
soapUI无法调通接口,提示NoHttpResponseException: The target server failed to respond
本文介绍了解决soapUI调用WebService接口时遇到的“NoHttpResponseException”错误的方法。通过修改*.nsmap文件中的“SOAP-ENV”为“soapenv”,实现接口的成功调用。

1122

被折叠的 条评论
为什么被折叠?



