0
Greetings to you all. Currently I have a WCF Service Application running on IIS with many services, to each new service created I need a new update and a new reference on the client side. As I am new to WCF, I wonder if it is possible to centralize all these services in a single service? I know the question may be very relative, because it depends a lot on what each method returns and such, but I accept any suggestion, because I wish there was only one service and one method and everything went through the same channel, is it possible? Can I have lost requests or is a queue generated? I’m sorry if I didn’t express myself in a correct or more technical way, as I said I’m new, thank you!
Paulo Balbino
Thank you for your help Alexandre, I will implement your example for testing.
– Paulo Balbino