About Web Service with Win App

  • Thread starter Thread starter ElanKathir
  • Start date Start date
E

ElanKathir

Hi,

i developed one the web Service and Call the web Service from
a Windows application and release the Windows Application, Now
i am going to change my web service,

these Web Service's are update in my Windows System or Not ?

Thanks & Regards,
Elankathir.
 
No, but it doesn't matter since the windows application only calls the
service. The call will always get the updated version of the service
 
Oops,
it will always get the updated version if the call is via url. If it is via
proxy, you will need to distribute the proxy with the windows client
assuming the interface has changed. Otherwise, you don't need to.
 
If you haven't changed any of the method names in the web service, then you will not have to change the Windows application. You can change the inner workings of the web service, publish it to the Web server, and everything should be good to go. However, if you have changed any of the methods, then you will have to re-add the Web Reference to the Windows application and re-release the app.
 
Hi All

Thanks for you Reply, I got the Point

Thanks & Regards

Elankathir,
B'lore,
India.
 
Back
Top