I\'m trying to build a generic web service interface using WCF, to allow 3rd party developers to hook into our software. After much struggling and reading (this question helped
You have specified integer parameters in your operation. URI template does not work well with int parameters. Please change it to string , It will work.
I think you have to write your own QuerystringConverter to use int with URITemplate.