I would like to remove use of CRM 2011 service endpoints and instead of that i want to use CRM 2016 new web api end points for my console application to connects to CRM 2016 online/IFD/AD.
we want that if user pass new web api url for connection string, we will retrieve discovery/Iorganization service from that and pass to app.config for connection and use that to request CRM operations.
could it be possible to find/retrieve Iorganization service(SOAP) of an CRM organization from web API service(REST).