指定的WSDL可能与所选的工具包不兼容

使用LoadRunner在webservice协议下,import service的时候,报错:

can not fetch WSDL,the specified WSDL data
the specified WSDL may be incompatible with the selected toolkit
try using a different toolkit

汉译:
无法获取WSDL、指定的WSDL数据
指定的WSDL可能与所选的工具包不兼容
尝试使用不同的工具包

 下图可见我的url是:http://ws.webxml.com.cn/webservices/qqOnlineWebService.asmx?wsdl

我的解决方案

1、保存WSDL文件。

在IE中打开Web Services的地址,并加上“?wsdl”。比如:”http://ws.webxml.com.cn/webservices/qqOnlineWebService.asmx?wsdl”。然后将打开的XML文件另存为扩展名为".wsdl"的文件。如下图

 


2、在loadrunner中导入刚才保存的WSDL文件,大致是下图这个意思

此时的路径,后缀是:C:Program FilesHPLoadRunnerqqOnlineWebService.wsdl,成功import。

原文地址:https://www.cnblogs.com/Miss-Elsa/p/6924844.html