来自数据库的WCF Web json服务?读数值错误

时间:2014-05-05 06:01:40

标签: c# .net json web-services wcf

我正在使用.net(WCF)开发Restful Web Services 我跟着this link,

但是在GetData()的WCF测试客户端的起始部分 当我输入值13或3时,我按下了调用

但是在URL中我得到了无数据。
实际结果:

enter image description here

直到Service1.svc它很好但获取数据的价值应该如下所示 预期成果:

enter image description here

但它不起作用

我不知道问题是什么,我在这里使用的是VS-2012 Premium。

1 个答案:

答案 0 :(得分:0)

在示例中有" getData / {value}"不是" GetData / {value}",不确定但它可以区分大小写。 您还可以将UriTemplate更改为" getData /?value = {value}",并将其命名为" getData /?value = 13"