Click here to Skip to main content
15,889,826 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I had come accross a question long back

I have a WCF service, hosted in IIS of a server.

This service is accessed by multiple clients, have different endpoints (All .Net clients only)

Now, I need to add new operation contract/method in that service, build, and then refresh in the IIS.

But: the client/s need to be UNTOUCHED

any way/s is/are there, that the client/s can still access the service and they will get the new methods ??

What I have tried:

I said:

we can just update the service references in the clients' app, so they will get..

but, it was strict: "CLIENT/S SHOULD BE UNTOUCHED"

<Kindly help me in this>
Posted
Comments
Richard Deeming 18-Jan-19 13:04pm    
It's quite easy to add new methods to the server without breaking the existing clients. But the clients can't call methods they know nothing about.
Kingshuk_SP 18-Jan-19 14:16pm    
noted. and one thing:
suppose, I change the code of any existing method/s, but input param/s will remain same, only some logic change..., then client will not need to update their service reference right ?

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