How to Retrieve a Single-File WSDL for a WCF Service (Flat WSDL)

前端 未结 3 2078
不思量自难忘°
不思量自难忘° 2020-12-18 19:53

i need single file wsdl,

how to build single file wsdl?

Thanks.

3条回答
  •  囚心锁ツ
    2020-12-18 20:38

    You can now do this natively in .net 4.5 (beta). There is an option (?singleWsdl instead of ?wsdl) for telling the service to output everything in a single wsdl document. More info on the new stuff here: http://msdn.microsoft.com/en-us/library/dd456789(v=vs.110).aspx

提交回复
热议问题