Hi @B Mo ,
For a reference, follow these steps:
- File - New - Project - WCF service application
- One service contract file along with a service file (.svc) is created automatically. We can modify the default contract file and service file.
- Right-click the Solution and click "Add Service Reference"
- Click “Discover” and choose “Services in Solution”.
- Then it will list the existing service “Service1.svc”. We can double click on it. It will install the service reference to the project.
So far a basic program has been created. For more detailed information, check out the official documentation.
Best Regards,
Jiayao Wu
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.