In this
post in answer was show that we can force service to return message in json. But wcf have feature that allows automatic convert return message in soap or rest format like json using few endpoints typed in config ? For example I set WebInvoke attribute on service and set two address for endpoint like serviceAddress/soap , serviceAddress/json and wcf choose good endpoint for specific format result?