I created a web service with 2 operation contracts. Added service references in web application and consumed those methods in web.
now i add 3rd method in wcf service.
is it required to delete service reference and add again to consume 3rd method in web?
Thanks in advance.