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.
精彩评论