We are planning to create a wrapper REST service in WCF with 2 or more WCF REST services under it (not exposed to client). This wrapper service just needs to call these individual services, combine their JSON response and send it back to the client. Is there any inbuilt framework I can use within WCF?
I want to avoid using BizTalk or any other third party framework.