Home All Groups Group Topic Archive Search About

Generating a WSDL for your Web Service

Author
2 Feb 2006 12:19 AM
Water Cooler v2
How do you create a .wsdl file for a Web Service you are developing
using Visual Studio .NET 2003?

Author
2 Feb 2006 1:03 AM
Ken Tucker [MVP]
Hi,

         Adding a web reference to the web service will do that for you.

Ken
-----------------

Show quote
"Water Cooler v2" wrote:

> How do you create a .wsdl file for a Web Service you are developing
> using Visual Studio .NET 2003?
>
>
Author
2 Feb 2006 4:10 AM
CMM
I never had to create a web service in 2003 (used remoting exclusively)...
but I do know that in VS2005 you can get the "at-runtime" generated wsdl
file by just running your web service project and clicking on the "Service
Description" link (or pointing your browser direcly to the web service app
url http://localhost/mywebservice for instance).

Maybe there's something similar in 2003?

Show quote
"Water Cooler v2" <wtr_***@yahoo.com> wrote in message
news:1138839557.287769.262160@f14g2000cwb.googlegroups.com...
> How do you create a .wsdl file for a Web Service you are developing
> using Visual Studio .NET 2003?
>
Author
2 Feb 2006 7:38 AM
m.posseth
Well normally you can reference the soap by just adding ?wsdl after the
webservice call


however it is possible to just create wsdl documents with this Framework
tool

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfwebservicesdiscoverytooldiscoexe.asp

and then you can create a proxy class out of that with this frwamework tool

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfwebservicesdescriptionlanguagetoolwsdlexe.asp

regards

Michel Posseth [MCP]


Show quote
"Water Cooler v2" <wtr_***@yahoo.com> wrote in message
news:1138839557.287769.262160@f14g2000cwb.googlegroups.com...
> How do you create a .wsdl file for a Web Service you are developing
> using Visual Studio .NET 2003?
>
Author
2 Feb 2006 8:00 AM
Anand[MVP]
If you have already written the web service, then using <url of service>?wsdl
will get you the WSDL

--
Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com


Show quote
"Water Cooler v2" wrote:

> How do you create a .wsdl file for a Web Service you are developing
> using Visual Studio .NET 2003?
>
>

AddThis Social Bookmark Button