Delphi 编写调用WebService接口的小程序(天气预报)

本文介绍了如何使用Delphi调用WebService接口获取天气预报,详细阐述了从新建工程、设置HTTPRIO1属性到调用具体方法的步骤,并解决了调用过程中出现的错误。通过示例代码展示了获取省份列表和城市天气的方法。
摘要由CSDN通过智能技术生成

Delphi 编写调用WebService接口的小程序

最近由于项目需要在编写一个webservice的客户端,网上找来了不少资料,都说可以通过delphi自带的向导来生成调用接口的文件。
如对天气预报的webservice调用http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl ,查看各地的天气预报
1、打开delphi开发软件到 File--> New--> Application 新建一个工程,在窗体上放置两个 Button按钮,一个ComboBox,一个Edit
   一个Memo和一个HTTPRIO1

2、到File--> New--> Other--> WebServices--> WSDL importer 


用WSDL Import Wizard 窗口,在Location of WSDL File or URL中填写天气预报的wsdl路径http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl   后点击Next按钮,再点击finish按钮,这样delphi就自动把接口描述的xml文档生成了可以调用的单元文件WeatherWebService.pas如下

// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL     : http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl
// Encoding : utf-8
// Version  : 1.0
// (2012-9-13 9:58:02 - 1.33.2.5)
// ************************************************************************ //

unit WeatherWebService;

interface

uses InvokeRegistry, SOAPHTTPClient, Types, XSBuiltIns;

type

  //

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值