We need to generate a
.dll executable file from our project to deploy with our service interface. This is necessary so that we can debug the service after generating a client.
- By default Eclipse builds the project automatically whenever a file is saved. If you need to rebuild, click
Project > Build Project.