vote up 0 vote down star

Hi,

If I change the WCF, do I have to run some sort of update on all client computers that are accessing the service? (i.e. run svutils.exe and update all app.config's etc?)

flag

3 Answers

vote up 3 vote down

Read about data contact versioning:

Data Contact Versioning:

Forward-Compatible Data Contracts

Best Practices: Data Contract Versioning

link|flag
vote up 0 vote down

If the signature of the WCF method does not change, then you will not need to update the clients. You can add new methods to the service if you need, instead of changing the signatures of existing methods.

link|flag
true, but the only reason I would add new services would be for the clients to use! – Mat Oct 22 '08 at 13:55
vote up 0 vote down

Not unless the message changes and the change is required to use your service.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.