Click here to Skip to main content
15,879,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using this code for (Windows phone and server communiction using WCF )[How to Consume WCF REST Service Returning JSON in Windows Phone 7] for sending my data from phone to server and get response. But i am getting error "The remote server returned an error: NotFound."

How this Uri is created
C#
string ServiceUri = "http://localhost:30576/Service1.svc/Rest/add/"+ Number1 +"/"+ Number2;


I did not understand from where "/Rest/add/" came from . I may be getting error due to this .
Posted
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900