【lr】webservies脚本

【lr】webservies脚本


Action()
{








web_service_call( "StepName=getSupportProvince_101",
"SOAPMethod=WeatherWebService|WeatherWebServiceSoap|getSupportProvince",
"ResponseParam=response",
"Service=WeatherWebService",
"ExpectedResponse=SoapResult",
"Snapshot=t1521978474.inf",
BEGIN_ARGUMENTS,
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);




lr_xml_get_values("XML={response}",
                  "Query=/soap:Envelope/soap:Body/getSupportProvinceResponse/getSupportProvinceResult/string",
                  "ValueParam=OutputParam",
                  LAST);


    lr_output_message(lr_eval_string("Query result = {OutputParam}"));


return 0;
}

相关文章:

  • 2021-06-15
  • 2021-08-03
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-09-16
  • 2021-07-30
  • 2022-02-26
猜你喜欢
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2021-12-18
  • 2021-11-12
  • 2022-03-13
  • 2022-12-23
相关资源
相似解决方案