I've made a project in Visual C# 2008 Express with several interfaces with a service contract. I generate a WSDL from this using the scvutil.exe tool. All this works perfectly: I get a nice and working WSDL file. However I would like the tool to generate separate WSDL files for the different interfaces. Now it puts everything together in one big WSDL file. Is there a way to do this without just putting all these interfaces in separate projects and than generating WSDL files one by one?
Asked
Active
Viewed 1,563 times
1 Answers
2
No, I don't think there's a way to do this.

John Saunders
- 160,644
- 26
- 247
- 397
-
He's right. The only way to do this is to create multiple projects. – Ben Scheirman Jan 18 '10 at 04:41