I add WCF service as service reference on my project and try to call get methods. I got error "(405) Method Not Allowed." how I can modify the request verb from POST to GET.
MyServiceClient client = new MyServiceClient();
var testObj = client.GetCategories();