开发者

How to get the original service from a wsdl file

开发者 https://www.devze.com 2023-02-06 03:31 出处:网络
i have a wsdl file, now i need to get the ori开发者_如何学Cginal wcf service. and after that i want to use(consume) that service in my web project.

i have a wsdl file, now i need to get the ori开发者_如何学Cginal wcf service. and after that i want to use(consume) that service in my web project. please tell me is this possible? and how?


The WSDL contains only the definitions of the service contracts and data contracts. Don't expect to reconstruct the implementation of the original service from a WSDL file. In order to generate a client proxy which will allow you to call the service given this WSDL you could use the svcutil.exe utility.

0

精彩评论

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