I have a Visual Studio 2008 solution that is currently included in three projects:
- Project for a datafactory commercial logic / data access.
- A web project consisting of real user interfaces, pages, controls, etc.
- One web Core project which includes utility classes.
The application needs to use the web service I will usually add a service reference for the web project, but I'm not sure whether this is the best practice or not.
The following options are open to me:
- Add a reference to the web project.
- Web. Add a reference to the core project, and create a cover method that calls to consume the web web service.
- Add a new project called Web Survers, and copy Step 2.
The size of this project is expected to increase so I am open to any suggestions. 3. The option of the web service is not wrapped with any existing project.
option 3. If the web service function is not wrapped with any existing project.
Comments
Post a Comment