views:

45

answers:

0

I have a WCF service set up to serve data through multiple endpoints (SOAP, JSON and XML) the SOAP and XML is working perfect, but when I try to view the json I get a prompt to download a file with the json results instead of displaying the results in the browser. This probably won't matter as the client will most likely be consuming the data from some sort of .net environment which will be able to handle the response natively, but I wanted to see if there was a way to display the json results in the browser just like the XML results.

An example of the url I am using to get the results: http://localhost/api/Service.svc/json/GetResults?name=Test&test=test

This then prompts me to download a file named "GetReults" with no extension and the filetype is: application/json