Can I do the following?
[OperationContract] [WebGet(UriTemplate = \"/foo/{id}\")] string GetFoo(int id);
I\'d like my service to function a
Unfortunately you must do the parsing yourself if you want to use the UriTemplate.
UriTemplate