EDIT:
After I modified the web.config and I don\'t get error that\'s good.... then I add a new page (html) and write this small code to consume the serv
web.config
changing the Binding Type from wsHttpbinding to basichttp binding in the endpoint tag and from wsHttpbinding to mexhttpbinginding in metadata endpoint tag helped to overcome the error. Thank you...