I'm currently making a faisability study on how could I integrate a external App such as an e-commerce website with a Dynamics 2015 onpremise.
On the e-commerce website, which is fully customizable, I would like to tranform the phone number to a link. A hit on this link would open a page of the the CRM in the browser. I know that on the Dynamics 2016 release, thanks to Web API feature, I can request (after authenticating) the data I need, perform any action on the CRM by building URI using an URI pattern and open pages with specific data displayed on them associated to the GUID passed as a parameter.
How can I achieve that on Dynamics 2015 with the SOAP endpoint ?
Any advice or guideline will be appreciated :)
Thanks in advance !
*This post is locked for comments