shaochaozsc 发表于 2012-8-3 16:43:49

求助 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;
}
页: [1]
查看完整版本: 求助 LR 11 测WebService