Getting Started


To set up your project to use Bug Tracking Web services in Microsoft Visual Studio .Net please follow these steps:

  1. Download and install the Web Service Enhancement 2 component form Microsoft's Web site.
  2. Add a reference in your project to Microsoft.Web.Services2.dll
    (this file should be located in the installation folder of the Web Service Enhancement 2 component).
  3. Add a Web reference to Bug Tracking Web services - http://www.elementool.com/WebServices/BugTracking.asmx.

After you have completed these steps Visual Studio creates two proxy classes that enable you to execute Web methods of the web service - BugTracking and BugTrackingWse. Make sure you use only the BugTrackingWse class in your application, because the BugTracking class does not support Web Service Enhancement.