I have a Visual Studio 2008 solution that's currently consisting of three projects:
The application requires consuming a web service. Normally I'd add the service reference to the Web project, but I'm not sure if this is best practice or not.
The following options are open to me:
This project is expected to increase in size so I'm open to any suggestions.
Option 3. If the function of web service is not wrapped from any of your existing projects.