内容发布更新时间 : 2024/11/8 18:34:11星期一 下面是文章的全部内容请认真阅读。
public string ConvertWord(string word) {
return word.ToUpperInvariant(); } } }
然后在WebSvRm项目中添加WEB引用,地址为“http://localhost/MyWebSv.asmx”,这时项目目录下将生成Web References目录,这个目录包含有localhost子目录。然后在WebSvRm项目的默认首页,即Default.aspx中调用Web Service以输出结果,首先编写Default.aspx如代码13.2所示。
代码13.2 调用Web Service的页面:Default.aspx
<%@ Page Language=\AutoEventWireup=\CodeBehind=\Inherits=\