|
各位大侠,
帮忙写一个测试 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;
} |
|