Okay, I must be missing something utterly simple here, because I\'ve been googling for days, and looking at dozens of answers there, and here on SO, and i just CANNOT get th
It didn't work for you before because you named your basicHttpBinding configuration basicHttpBinding but did not reference that configuration in your tag with the bindingConfiguration="basicHttpBinding"
In your changes that did work by adding another service configuration you then did reference the binding configuration that contains the node hence causing it work.