svcutil.exe - HOw to manage newly added methods into WCF service -



svcutil.exe - HOw to manage newly added methods into WCF service -

i have created wcf service , added refernece web application project.

have added below way: 1. generated proxy , config file using - svcutil command , added proxy file web application project , merged configuraiton file.

now, have added new methodsinto wcf service , have utilize - svcutil command on each time or should work automatically.... now, need generate proxy file each time.. please suggest best way.

note: service instance available asp.net web applicaiton (client) unable when utilize client - mvc applicatoion. please suggest.

thanks

in web application, open service references folder. right click on service want update. select update.

wcf svcutil.exe

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

model view controller - MVC Rails Planning -