Hello, I have the requirement to develop a webservice for dynamics 365.
This system needs two web services. One will be hosted in CRM and consumed by a Portal and the other one will be hosted in the Portal and consumed by CRM. There will be a two way communication in this system and they can send data at any time.
On my side I have to gather information from various entities and produce an xml file (or wsdl in this case) to then send across the Portal web service.
I can retrieve all the data that I need from CRM using plugins but I am stuck as I have no experience on how to develop web services. My questions are:
- How do I create a web service that sits on dynamics and sends information to the Portal? (I have no experience with web services)
- As mentioned above, I have a plugin that is currently used to retrieve information from the entities. Will I need to integrate this code with the service or the two can sit separately and talk to each other?
I hope this gives enough information to (at least) have an idea of what I am trying to achieve.
Thanks for you help and patience.
*This post is locked for comments
I have the same question (0)