0
kicks
Calling a WCF service from a client without having the contract
I was asked yesterday in the Hebrew C#/.NET Framework MSDN forums a tough question – is it possible to dynamically call a WCF service using only the contract name, operation name, and metadata address?
The short answer is – YES! To see how, check out the code in the blog post.