Skip to content

Commit 2fdd576

Browse files
committed
various fixes and updates
1 parent e6d23f2 commit 2fdd576

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/data-tools/how-to-add-update-or-remove-a-wcf-data-service-reference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can use the **Connected Services** node in **Solution Explorer** to access t
3434

3535
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then click **Add Service Reference**.
3636

37-
The **Add Service Reference** dialog box appears.
37+
The **Add Service Reference** dialog box appears.
3838

3939
1. In the **Address** box, enter the URL for the service, and then click **Go** to search for the service. If the service implements user name and password security, you may be prompted for a user name and password.
4040

@@ -56,7 +56,7 @@ The **Add Service Reference** dialog box appears.
5656
::: moniker range=">=vs-2019"
5757
1. In **Solution Explorer**, choose the **Connected Services** node.
5858

59-
The **Connected Services** page opens.
59+
The **Configure Services** tab opens.
6060

6161
1. Choose **Microsoft WCF Web Service Reference Provider**.
6262

@@ -85,13 +85,9 @@ The **Add Service Reference** dialog box appears.
8585

8686
::: moniker range="vs-2017"
8787

88-
1. In **Solution Explorer**, choose the **Connected Services** node.
89-
90-
The **Connected Services** page opens.
91-
92-
1. Choose **Microsoft WCF Web Service Reference Provider**.
88+
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then click **Add Service Reference**.
9389

94-
The **Configure WCF Web Service Reference** dialog appears.
90+
The **Add Service Reference** dialog box appears.
9591

9692
1. Click **Discover**.
9793

@@ -106,9 +102,13 @@ The **Add Service Reference** dialog box appears.
106102
A service client (proxy) generates, and metadata that describes the service is added to the *app.config* file.
107103
::: moniker-end
108104
::: moniker range=">=vs-2019"
109-
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then click **Add Service Reference**.
105+
1. In **Solution Explorer**, choose the **Connected Services** node.
110106

111-
The **Add Service Reference** dialog box appears.
107+
The **Configure Services** tab opens.
108+
109+
1. Choose **Microsoft WCF Web Service Reference Provider**.
110+
111+
The **Configure WCF Web Service Reference** dialog appears.
112112

113113
1. Click **Discover**.
114114

0 commit comments

Comments
 (0)