What is the best way to download all of the WSDL files exposed by a WCF service?

前端 未结 4 910
时光取名叫无心
时光取名叫无心 2020-12-31 02:00

What is the best way to download all of the WSDL files exposed by a WCF service?

For example, the root WSDL file references the following other WSDL files:



        
4条回答
  •  粉色の甜心
    2020-12-31 02:52

    If you own the service, another interesting option you could explore is using Christian Weyer's FlatWSDL behavior, which will force WCF to generate everything in a single WSDL document, which should make it a lot easier for you to distribute it.

提交回复
热议问题