Not sure if this is the right area to ask, and if not, I'd appreciate a pointer to the right newsgroup. I have a bunch of C# classes exposd through a SOAP web-service. I can call these quite nicely from a web-client. However the web reference has a generated proxy. I'd like to replace some of the classes in that generated proxy with the same classes as developed for the web-service itself (if need be re-factored I guess). I am using Visual Studio 2005 and I can't seem to find a way to do this. I see the generated file, but I'm not sure if I can just modify that, or...? Thanks.
To answer my own question. This was answered by Walter Wang in an answer to a post called: "Generated proxy class conflicts with custom class --REVISED--", in the forum microsoft.public.dotnet.framework.webservices. "Michel" wrote: > Not sure if this is the right area to ask, and if not, I'd appreciate a > pointer to the right newsgroup. > > I have a bunch of C# classes exposd through a SOAP web-service. I can call > these quite nicely from a web-client. However the web reference has a > generated proxy. I'd like to replace some of the classes in that generated > proxy with the same classes as developed for the web-service itself (if need > be re-factored I guess). > > I am using Visual Studio 2005 and I can't seem to find a way to do this. I > see the generated file, but I'm not sure if I can just modify that, or...? > > Thanks.