Call a web service in visual studio .NET

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • Call a web service using Visual Studio 2008.

    In this example, we will be using Visual Studio 2008. First, create a new Windows Form Application for this example.

    図 : 1. Dot net project

    On the resulting form, we created a richTextBox (which we named 'richTextBoxResult') and a button (named buttonResult).

    図 : 2. Dot net example form