I\'m having some issues accessing a WCF Web service that returns Json. Usign the WCF Test Client, I figured what config to use but this config is for .Net 4.0 and my client app
In 3.5 you cannot set these values in config, but you can set then in code, see: http://msdn.microsoft.com/en-us/library/system.servicemodel.description.webhttpbehavior.defaultoutgoingresponseformat(v=vs.90).aspx
The default value is XML, the config example you posted is also XML, but in the text of your question says that the service returns JSON.