In Part 1, the service was exposed as /Now?GMT=5, now the solution is updated to handle request such as /GMT/5
Download the complete solution using an SVN client from here
[OperationContract]
[WebGet(UriTemplate = "/GMT/{GMT}")]
string GMT(string GMT);
No comments:
Post a Comment