I created a WCF service that works perfectly when I go to http://localhost:52099/MyPagesWS.svc
Then I create a test project and add Service Reference with name ServiceReference1
to that url. When I click "Go" it finds my functions.
But when I try to call it in the code, ServiceReference1
cannot be called.
Do you have any idea what's going on?