views:

44

answers:

2

This may be a silly question, but I can't find the web service application template when I try to create a new project.

+1  A: 

You propably want a WCF Service Project: New Project -> Visual C# (or Visual Basic) -> WCF Service Application.

driis
Does that "translate" to web service as seen in previous versions of .NET?
Andy Evans
Yes - the old web service project type (.asmx files) has been deprecated.
driis
.ASMX services is based on the SOAP protocol. You can still create SOAP webservices with WCF, it is just configured using a concept known as endpoints and bindings. This way you can write a service once, and have multiple endpoints and protocols.
driis
+1  A: 

Do a full install on ultimate; it is still there.

Carnotaurus
Is it only available on Ultimate? I have Premium installed.
Andy Evans
Unsure - What do you see here: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Web\1033\WebService.zip ???
Carnotaurus