If using VS2005 (best option), use svcutil.exe:
> svcutil.exe /?
(...)
svcutil *.wsdl *.xsd /language:C#
- Generate client code from local metadata documents.
(...)
Tiago Halm
> Hi,
>
[quoted text clipped - 4 lines]
> Thanks for any hint
> Greg
Greg Jimson - 11 Dec 2007 11:42 GMT
Hi Tiago,
> svcutil *.wsdl *.xsd /language:C#
Great. I was able to create a proxy class. When I use the Add Web Reference
menu in Visual Studio the result looks different. How do I create the same
result with my proxy class and WDSL file? Or in other words how do I create
a Web Reference just having the WSDL file and the proxy class?
Thanks for any advice
Greg
Tiago Halm - 11 Dec 2007 23:53 GMT
Use "Add Service Reference", available in VS 2008. Or use VS 2005 + "Visual
Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF), November 2006
CTP" available in:
http://www.microsoft.com/downloads/details.aspx?FamilyId=F54F5537-CC86-4BF5-AE44
-F5A1E805680D&displaylang=en
Tiago Halm
> Hi Tiago,
>
[quoted text clipped - 9 lines]
>
> Greg