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