Customize web service proxy generated objects
Let’s say we create a web service method that returns a custom class that you are using throughout the webservice and you also consume the class of the same type in your application/web application.
What you will find is that when a web service proxy is generated the class is substituted with a newly created class [...]