Presentation is loading. Please wait.

Presentation is loading. Please wait.

Web Service.

Similar presentations


Presentation on theme: "Web Service."— Presentation transcript:

1 Web Service

2 建立Web Service

3 建立Web Service

4 建立Web Service

5 建立Web Service Web Service區塊

6 建立Web Service [WebMethod] public int area(string length, string width)
{ int x=Convert.ToInt32(length); int y=Convert.ToInt32(width); return x*y; }

7 建立Web Service

8 建立Web Service

9 測試Web Service

10 測試Web Service

11 呼叫使用 Web Service

12 呼叫使用Web Service

13 呼叫使用Web Service

14 呼叫使用Web Service

15 呼叫使用Web Service

16 呼叫使用Web Service

17 呼叫使用Web Service private void Button1_Click(object sender, System.EventArgs e) { localhost.area myarea=new localhost.area(); int z=myarea.sqarea(TextBox1.Text,TextBox2.Text); TextBox3.Text=z.ToString(); }


Download ppt "Web Service."

Similar presentations


Ads by Google