How do I create a Web Service in Visual Studio.NET using a WSDL file?
Posted
by myermian
on Stack Overflow
See other posts from Stack Overflow
or by myermian
Published on 2010-06-14T16:08:17Z
Indexed on
2010/06/14
16:12 UTC
Read the original article
Hit count: 264
I'm trying to use a WSDL Top Down approach to create a Web Service in Visual Studio 2010.
I used Eclipse's WSDL GUI Editor to generate a WSDL file (CalculatorWSDL.wsdl) which uses the SOAP method for communication.
I also used wsdl.exe to generate a C# file (Calculator.cs).
Now, I'm not sure what to do next. How do I actually use the Calculator.cs on the server and/or client?
© Stack Overflow or respective owner