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

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

i need single file wsdl,

how to build single file wsdl?

Thanks.

相关标签:
3条回答
  • 2020-12-18 20:20

    install http://wcfextras.codeplex.com/

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-12-18 20:43

    Bing!
    Four of the first five links are helpful.

    Also: flatten-your-wsdl-with-this-custom-servicehost-for-wcf

    0 讨论(0)
提交回复
热议问题