Code generating SOAP Web Service Proxy objects yourself - C#/.NET 3.5/T4
- by tyndall
Is there a framework or code already available that will give me more control over the code that gets generated based off my web references?
I'm working at a new company. And the Web Services Proxies are all self contained in their own assembly. I would really rather generate this whole project. Every time they change something on the…