--- title: "Lesson 1: Creating the Web Service Client Project | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: reporting-services-native ms.topic: conceptual ms.assetid: 0070daa6-56b0-4663-83b2-44c96acafad8 author: markingmyname ms.author: maghan manager: kfile --- # Lesson 1: Creating the Web Service Client Project For this walkthrough, you will create a simple console application that accesses the Report Server Web service. This walkthrough assumes you are developing in [!INCLUDE[vsprvs](../includes/vsprvs-md.md)]. ### To create a console application 1. On the **File** menu, point to **New**, and then click **Project** to open the **New Project** dialog box. 2. In the left pane, under **Installed Templates**, click either **Visual Basic** or the **Visual C#** node, and select a category of project types from the expanded list. 3. Choose the **Console Application** project type. 4. In the **Name** box, enter a name for your project. Type the name `GetPropertiesSample`. 5. In the **Location** box, enter the path where you want to save your project, or click **Browse** to navigate to the folder. 6. [!INCLUDE[clickOK](../includes/clickok-md.md)] A collapsed view of your project appears in Solution Explorer. In Solution Explorer, expand the project node. A file with the default name of Program.cs (Module1.vb for [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[vbprvb](../includes/vbprvb-md.md)]) has been added to your project. ## See Also [Lesson 2: Adding a Web Reference](../../2014/tutorials/lesson-2-adding-a-web-reference.md) [Accessing the Report Server Web Service Using Visual Basic or Visual C# (SSRS Tutorial)](../../2014/tutorials/access-report-server-web-service-vb-vcsharp-ssrs-tutorial.md)