My current organization has a desktop app developed using UII framework which launches a bunch of Hosted Control and Web Hosted Application in different tabs. Recently my organization has decided to decommission the CRM dynamics.
I am thinking what if I create a webservice that mimics CRM Dynamic's GET/Retrieve/RetrieveMultiple calls. Using Fiddler I noticed that when the app launches it makes a call to <host:port>/<org>/XRMService/2011/Organisation.svc and loads the WSDL file. I believe subsequent SOAP calls to fetch the Hosted Control and Web Hosted Application details are made using TCP and not HTTP as I couldn't see those calls in Fiddler.
I should mention that I have just started looking into this and don't have prior experience working with UII framework.
Thanks in advance.