source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhincSamlTokenExtractionLib/internalConnectionInfo.xml@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<InternalConnectionInfos>
3 <internalConnectionInfo>
4 <homeCommunityId>2.16.840.1.113883.3.200</homeCommunityId>
5 <name>VA</name>
6 <description>Federal-VA</description>
7 <services>
8 <service>
9 <name>nhincsubjectdiscovery</name>
10 <description>NHIN-CONNECT Internal Subject Discovery</description>
11 <endpointURL>http://localhost:9080/NhinConnect/NhincSubjectDiscovery</endpointURL>
12 </service>
13 <service>
14 <name>nhincdocumentquery</name>
15 <description>NHIN-CONNECT Internal Document Query</description>
16 <endpointURL>http://localhost:9080/NhinConnect/NhincDocumentQuery</endpointURL>
17 </service>
18 <service>
19 <name>nhincdocumentretrieve</name>
20 <description>NHIN-CONNECT Internal Document Retrieve</description>
21 <endpointURL>http://localhost:9080/NhinConnect/NhincDocumentRetrieve</endpointURL>
22 </service>
23 <service>
24 <name>nhincauditquery</name>
25 <description>NHIN-CONNECT Internal Audit Query</description>
26 <endpointURL>http://localhost:9080/NhinConnect/NhincAuditQuery</endpointURL>
27 </service>
28 <service>
29 <name>nhincnotificationproducer</name>
30 <description>NHIN-CONNECT Internal HIEM Subscription</description>
31 <endpointURL>http://localhost:9080/NhinConnect/NhincSubscription</endpointURL>
32 </service>
33 <service>
34 <name>nhincsubscriptionmanager</name>
35 <description>NHIN-CONNECT Internal HIEM Unsubscribe</description>
36 <endpointURL>http://localhost:9080/NhinConnect/NhincUnsubscription</endpointURL>
37 </service>
38 <service>
39 <name>nhincnotificationconsumer</name>
40 <description>NHIN-CONNECT Internal Notify</description>
41 <endpointURL>http://localhost:9080/NhinConnect/NhincNotify</endpointURL>
42 </service>
43 </services>
44 </internalConnectionInfo>
45</InternalConnectionInfos>
Note: See TracBrowser for help on using the repository browser.