【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-11-14
  • 2021-10-19
  • 2019-07-02
  • 2019-12-16
  • 2021-05-12
  • 2021-12-03
  • 2021-11-20
  • 2021-05-07
猜你喜欢
  • 2020-01-16
  • 2021-10-19
  • 2021-09-12
  • 2020-10-13
  • 2019-06-13
  • 2020-07-09
  • 2021-10-19
  • 2021-11-09
相关资源
相似解决方案