使用WCF服务进行Windows移动和服务器通信?

时间:2012-12-14 10:08:06

标签: json wcf windows-phone-7 windows-mobile

我正在使用this code for Windows phone and server communication using WCF将数据从手机发送到服务器并获得响应。但我收到错误“远程服务器返回错误:NotFound。”

如何创建此URI:

string ServiceUri = "http://localhost:30576/Service1.svc/Rest/add/"
                    + Number1 + "/" + Number2;

我不明白/Rest/add/来自哪里。由于这个原因,我可能会收到错误。

1 个答案:

答案 0 :(得分:0)

在“RESTEndPoint”部分查看web.config。他的端点的基地址是“休息”。因此,您必须使用web.config端点地址中的所有内容。