51Testing软件测试论坛

标题: 求助 LR 11 测WebService [打印本页]

作者: shaochaozsc    时间: 2012-8-3 16:43
标题: 求助 LR 11 测WebService
各位大侠,
帮忙写一个测试 http://testfd.cytx360.com/CProductDiagnosisService?wsdl  的脚本!!!!!
参数可以使用code = 40621
(注,我使用的是LR 11 )
我写的运行总是报:“Action.c(5): Error: 服务器已返回 HTTP 状态代码 415”

附上我的脚本:
Action()
{
                     

        web_service_call( "StepName=GetCompareInfo_104",
                "SOAPMethod=CProductBankService|CustomBinding_ICProductBankService|GetCompareInfo",
                "ResponseParam=response",
                "Service=CProductBankService",
                "ExpectedResponse=SoapResult",
                "Snapshot=t1343982943.inf",
                BEGIN_ARGUMENTS,
                "code={NewParam}",
                END_ARGUMENTS,
                BEGIN_RESULT,
                END_RESULT,
                LAST);



return 0;
}




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2