Your contract is the Interface not the implementation.
Somewhere in the config you have written myService instead of IJsonService.
Related Contents:
- REST / SOAP endpoints for a WCF service
- Could not find default endpoint element
- How do I return clean JSON from a WCF Service?
- Cannot serve WCF services in IIS on Windows 8
- HTTP could not register URL http://+:8000/HelloWCF/. Your process does not have access rights to this namespace
- Where can I find WcfTestClient.exe (part of Visual Studio)
- How to add a custom HTTP header to every WCF call?
- How to turn on WCF tracing?
- (413) Request Entity Too Large | uploadReadAheadSize
- Increasing the timeout value in a WCF service
- ContractFilter mismatch at the EndpointDispatcher exception
- What is the difference between a WCF Service Application and a WCF Service Library?
- Web Service vs WCF Service
- Where is svcutil.exe in Windows 7?
- How to use Fiddler to monitor WCF service
- How do I pass values to the constructor on my wcf service?
- HTTP Error 404.3 – Not Found” while browsing wcf service on Windows Server 2008(64bit)
- WCF Service , how to increase the timeout?
- Why should a developer use web services instead of direct connections to a db? [closed]
- WCF timeout exception detailed investigation
- What are the WCF Service Reference .datasource files?
- This could be due to the service endpoint binding not using the HTTP protocol
- WCF Configuration without a config file
- WCF Data Services (OData) Vs ASP.NET Web API
- The maximum message size quota for incoming messages (65536) has been exceeded
- Does WCF raise the bar or just the complexity level? [closed]
- What is w3wp.exe?
- What is “mexHttpBinding”?
- WCFTestClient The HTTP request is unauthorized with client authentication scheme ‘Anonymous’
- How to get working path of a wcf application?
- What is the relationship between WCF, Rest and SOAP?
- Timeouts WCF Services
- WCF application start event
- How to specify list parameters in WCF Test Client (WcfTestClient.exe)?
- RESTful web service body format
- Getting MSDN PeerChannel “SecureChat” running on Windows Server 2008 R2
- AddressFilter mismatch at the EndpointDispatcher – the msg with To
- Run WCF ServiceHost with multiple contracts
- How to remove the “.svc” extension in RESTful WCF service?
- Returning raw json (string) in wcf
- How can I set an HTTP Proxy (WebProxy) on a WCF client-side Service proxy?
- IsReference property in data contract
- How to make sure you don’t get WCF Faulted state exception?
- What’s the point of a DataContract in WCF?
- Why doesn’t my ChannelFactory see my endpoint configuration?
- OData $filter with multiple predicates
- Why is WCF so important and in what cases is it used?
- Serialize Entity Framework objects into JSON
- An existing connection was forcibly closed by the remote host – WCF
- Optional query string parameters in URITemplate in WCF?