开发者

How to export metadata from a running WCF service

开发者 https://www.devze.com 2023-01-13 07:03 出处:网络
I wish to send the service metadata of a running WCF service to a third party developer,开发者_Go百科

I wish to send the service metadata of a running WCF service to a third party developer,开发者_Go百科 so he'll be able to create a proxy on his end.

At the moment the service is accessible from my local machine only.


You can use the command line tool Web Service Discoverty Tool (disco.exe) to get the wsdl from your service which can be sent to the third party.

0

精彩评论

暂无评论...
验证码 换一张
取 消