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