คือว่าผมใช้ โปรแกรม Visual web developer 2005 express สร้างเวบ service ครับ ตามโคดเลยครับ
<WebMethod()> Public Function GetWeather(ByVal City As String) As String
Select Case City
Case "Seattle"
Return "The Current 64 degree"
Case Else
Return "can't find"
End Select
End Function
แล้วใช้เโปรแกรม Visual basic 2005 express สร้างฟอร์ม ให้รับข้อมูล (The Current 64 degree) จากเวบ service ยังไงครับ