Step 2. Add the Web Reference to Your Project

  1. In the Solution Explorer of your project, right-click and select Add Web Reference.
  2. In the URL box, type http://myserver.myisp.com/epwhostingws/hostingws.asmx.
  3. In the Web reference name box, type provisioningservice. This is the name used internally to reference the proxy classes.
  4. Click Add Reference.
  5. At the top of your code add the reference as follows:

    using System;

    using epwwstest.provisioningservice;

    where, epwwstest is the name of the default namespace (usually the name of the application), and provisioningservice is the Web reference name selected.