Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

CONNECT allow users to send a request to an organization in a particular exchange. This feature is called Exchange Targetting.  Exchange name is an optional field, if not provided the request will go out to defaultExchange defined in exchangeInfo.xml.  This is different from fan-out. In fan-out the same request is sent to all organizations in a community if there is no home community id defined in the request.  

A new <exchangeName> element has been added to the <NhinTargetCommunities> block to enable users to specify a particular exchange for targeting. If no exchange is specified, the default exchange will be used. 

exchangeInfo sample for Exchange Targetting
<urn:NhinTargetCommunities>
    <urn1:exchangeName>TestExchange</urn1:exchangeName>
    <urn1:nhinTargetCommunity>
       <urn1:homeCommunity>
          <urn1:description>TARGET ORGANIZATION</urn1:description>
          <urn1:homeCommunityId>TARGET HCID</urn1:homeCommunityId>
          <urn1:name>TARGET ENDPOINT</urn1:name>
       </urn1:homeCommunity>
    </urn1:nhinTargetCommunity>
</urn:NhinTargetCommunities>

  • No labels