Create Proxy class of XSD file
-
Hello friends I want to use wcf service in my client application. I got .xsd file but don't know how to call them. Please let me know how to create proxy of xsd to call service in my application. Using svcutil/dconly i can generate cs file but how can i generate both (.cs & config) file pls help me Thanks & Regards Shafiq
-
Hello friends I want to use wcf service in my client application. I got .xsd file but don't know how to call them. Please let me know how to create proxy of xsd to call service in my application. Using svcutil/dconly i can generate cs file but how can i generate both (.cs & config) file pls help me Thanks & Regards Shafiq
Try http://blogs.msdn.com/b/pedram/archive/2007/08/10/customising-wcf-proxy-generation-in-visual-studio-2008.aspx[^] This may help you. All the best.