Click here to Skip to main content
15,913,685 members

Comments by pavanjoshi3805 (Top 1 by date)

pavanjoshi3805 6-Dec-13 8:19am View    
You are Right. I was wrong in stating my question. Suppose I have develope a RESTful service with 2 moethods, first is GetCustomer and second is a AddCustomer. Here method 1(GetCustomers)is a get method and method 2(AddCustomer) is a post method.
Now how the client or service consumer will come to know that AddCustomer is a Post method and GetCustomr is a get method?