Greetings to all. I currently have a WCF Service Application running on IIS with many services, with each new service I need a new update and a new client side reference. As I am new to WCF, would you like to know if it is possible to centralize all these services in a single service? I know the question may be very relative, because this depends a lot on what each method returns and such, but I accept any suggestion, because I wanted to have only one service and one method and everything goes through the same channel, is it possible? Can I have loss of requests or is a queue generated? Sorry if I did not express myself in a correct or technical way, like I said I'm new, thank you!
Paulo Balbino