WCF Consumer Website: The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified
I've got a simple WCF service that works great on localhost - consumed by another local website and is returning data. Now I upload my service to our host, changing the appropriate addresses in the web.config, and it breaks when the client calls it. Error: The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified. I've read several other posts and I believe I've done pretty much all there was to do - setting the bindings, etc. Below is my web.config for my wcf service (hosted through SSL): <?xml version="1.0"?> <!-- Note: As an