通过HttpClient请求webService

 时间:2024-11-12 02:53:38

1、service:http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx?wsdl。查询的主要方法:http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx?op=getMobileCodeInfo

通过HttpClient请求webService

2、可以看出该方法的两个传入参数的名称。

通过HttpClient请求webService

3、下面直接上代码[java觥终柯计]view plaincopyprivatevoidgetMobileCodeInfo(){try{finalStringSERVER_URL="http多唉捋胝://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx/getMobileCodeInfo";//定义需要获取的内容来源地址HttpPostrequest=newHttpPost(SERVER_URL);List<BasicNameValuePair>params=newArrayList();params.add(newBasicNameValuePair("mobileCode","136370628"));//(注意这里的号码必须大于6位)params.add(newBasicNameValuePair("userId",""));request.setEntity(newUrlEncodedFormEntity(params,HTTP.UTF_8));HttpResponsehttpResponse=newDefaultHttpClient().execute(request);if(httpResponse.getStatusLine().getStatusCode()!=404){Stringresult=EntityUtils.toString(httpResponse.getEntity());System.out.println(result);}}catch(Exceptione){Log.e("eee",""+e);e.printStackTrace();}}

通过HttpClient请求webService
  • 如何制作windows下redis启动批处理文件bat文件
  • tomcat启动内存溢出
  • bootstrap treeview控件使用详解
  • FineReport制作数据报表:如何进行报表查看
  • Java项目异步任务怎么处理
  • 热门搜索
    牡蛎的功效与作用 爱眼知识 蝎子的功效与作用 山西有什么好玩的地方 百合的作用与功效 双离合什么意思 秋葵有什么功效 618什么时候开始 醋香附的功效与作用 绿豆薏米的功效与作用