How can I consume a WCF service using a local WSDL file?

≯℡__Kan透↙ 提交于 2019-11-30 18:51:59
marc_s

Sure - you can copy the path+filename for the WSDL and paste that into the "Add Service Reference" dialog box in Visual Studio (or just type int the full path + WSDL file name).

Alternatively, you can use the svcutil.exe command line utility to convert the WSDL file to your client proxy class.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!