|
- Action()
- {
- web_service_call( "StepName=getSupportCityString_101",
- "SOAPMethod=WeatherWS|WeatherWSSoap|getSupportCityString",
- "ResponseParam=response",
- "Service=WeatherWS",
- "ExpectedResponse=SoapResult",
- "Snapshot=t1349765211.inf",
- BEGIN_ARGUMENTS,
- "theRegionCode={NewParam}",
- END_ARGUMENTS,
- BEGIN_RESULT,
- END_RESULT,
- LAST);
- lr_xml_get_values("XML={response}",
- "FastQuery=/Envelope/Body/getSupportCityStringResponse/getSupportCityStringResult/string[10]",
- "ValueParam=ParamValue_string",
- LAST);
- // lr_output_message("ParmValue_string");
- //這裡要怎麼輸出string為10的參數值
- web_service_call( "StepName=getWeather_102",
- "SOAPMethod=WeatherWS|WeatherWSSoap|getWeather",
- "ResponseParam=response",
- "Service=WeatherWS",
- "ExpectedResponse=SoapResult",
- "Snapshot=t1349766283.inf",
- BEGIN_ARGUMENTS,
- "theCityCode=1023",
- END_ARGUMENTS,
- BEGIN_RESULT,
- END_RESULT,
- LAST);
-
- return 0;
- }
复制代码 |
|