码迷,mamicode.com
首页 > Web开发 > 详细

lr http请求webservice-web_submit_data

时间:2014-12-19 11:45:48      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   os   sp   on   2014   

Action()
{
    web_reg_save_param("Response","LB=","RB=",LAST);
    web_submit_data("getWeather",
        "Action=http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx/getWeather",
        "Method=POST",
        ITEMDATA,
        "Name=theCityCode", "Value=3409", ENDITEM,
        "Name=theUserID", "Value=", ENDITEM,
        LAST);

    lr_convert_string_encoding(lr_eval_string("{Response}"),LR_ENC_UTF8,LR_ENC_SYSTEM_LOCALE,"ResponseUTF8");
    lr_output_message("Response is : %s",lr_eval_string("{ResponseUTF8}"));

    return 0;
}

 

bubuko.com,布布扣

lr http请求webservice-web_submit_data

标签:style   blog   http   ar   io   os   sp   on   2014   

原文地址:http://www.cnblogs.com/stay-sober/p/4173368.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!