سؤال

I am working on a project to have SharePoint work with another EHR program. In order to do this we want to have a SharePoint custom action send a message to this EHR program via nServiceBus. I feel that it may not be possible due to the setup that needs to happen in order for nServiceBus to send a message. Am I mistaken?

هل كانت مفيدة؟

المحلول

The easiest way I can think of is to expose your EHR endpoint via WCF and have SharePoint send the message to it that way. That way you don't have to take a dependency on NServiceBus in SharePoint and can use its build-in connectivity components to facilitate communication.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top