Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top