So, I\'m a newbie to WCF...
I created my ServiceLibrary and web-site project that consumed the ServiceLibrary. I am able to access the service by creating a proxy cl
Put
befor closing the system.serviceModel tag. It should end like this:
. . .