Click here to Skip to main content
15,915,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

I have created One Web service and using Client Application i am accessing this Service.
When i Changed any Method in Web service then I need to Update the Service in Client. Every Time it is risky so i want to Update the Service on every 5 min in Client Machine.I have no idea Regarding This.


So please suggest me Regarding this.



Regards,

AnilKumar.D
Posted
Updated 2-May-12 19:42pm
v2
Comments
Tejas Vaishnav 3-May-12 1:44am    
what is your question, it's some confusing one.
what you need to do is you need to update web service reference in your client machine or you need to update data from web service to client machine.

please provide more clarification.
Anil Honey 206 3-May-12 2:07am    
I want to Update WebService Reference in Client Machine
Sandeep Mewara 3-May-12 2:10am    
Update webservice on client?

This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

1 solution

Hi,
If I understood properly,
In no way you can update the service in the client without republishing your exe.
Because when the service is updated in the client, the corresponding class and xml files are auto refreshed matching to that on the server. These classes are used to get the methods and properties of the exposed operation contracts.
 
Share this answer
 
Comments
Anil Honey 206 9-May-12 0:07am    
But how the Anti Virus Software is Working..... its Updates every Session.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900