How to create a single WSDL file from existing WCF service?

后端 未结 2 2016
小鲜肉
小鲜肉 2020-12-15 13:17

How do I create a single flat WSDL file (with no external references from within) from an existing WCF service? This WSDL will be used (imported) into an older programming t

2条回答
  •  旧时难觅i
    2020-12-15 14:13

    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

提交回复
热议问题