Hi there,
Currently have the task of designing a web service ( i am going to wcf but principles still apply) in c#. Problem is there is no overloading of methods which i am aware of so i need to name web methods with different names.
I would really like some input on naming conventions, there just doesn't seem to be anything out there - for example.
My main method is GetMortgages() - which returns all mortgages. I need another one where it will return mortgages within a certain price range so what would you recommend for this GetMorgagesPriceRange, InPriceRange, WithPriceRange.
I am little confused about best practices fro naming web methods, i would love to just overload GetMortgages but of course with web services i can't...
So would it be better to do GetNounDesciption??
Anyone know of any good webservices out there that has a method that is the same but each method has different parameters passed - really like to know about anything here
If it get practice to start my webmethod with GET if it is something that returns something??
What about something that saves and sends something, is there a standard here?? i.e. PUT or SAVE ???
There must be some kind of book of rule to follow??
Really would like some input is anyone has any
Thank you Mark