Search code examples
wcfodatawcf-data-services

Using a WCF Data Service


I built a WCF Data Service by following a blog.

It works ok, but I don't get the expected result format in the browser.

When I run the project, I get this:

enter image description here

But, when I try to browse one of these tables, say Customers, this is what I get:

enter image description here

As you can see, the Customers are there, but all I see is the current date for each one of them.

There must be something I'm not doing.


Solution

  • It looks to me like firefox is displaying the data as an RSS Feed because your service returns an xml payload. There should be a setting in Firefox to turn it off... I think it is under firefox > options > applications > web feed.