문제

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