source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/NhincCoreCA/src/conf/BindingComponentInformation.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.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<component-info-list>
3 <component-info>
4 <description>Database binding</description>
5 <name>sun-database-binding</name>
6 <state>Installed</state>
7 <type>Binding</type>
8 <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/jdbc/</xmlns>
9 </component-info>
10 <component-info>
11 <description>File Binding</description>
12 <name>sun-file-binding</name>
13 <state>Installed</state>
14 <type>Binding</type>
15 <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/file/</xmlns>
16 </component-info>
17 <component-info>
18 <description>FTP Binding</description>
19 <name>sun-ftp-binding</name>
20 <state>Installed</state>
21 <type>Binding</type>
22 <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/ftp/</xmlns>
23 </component-info>
24 <component-info>
25 <description>HTTP Soap Binding to send SOAP messages e.g. to and from BPEL service engine.</description>
26 <name>sun-http-binding</name>
27 <state>Installed</state>
28 <type>Binding</type>
29 <xmlns>http://schemas.xmlsoap.org/wsdl/http/</xmlns>
30 <xmlns>http://schemas.xmlsoap.org/wsdl/soap/</xmlns>
31 <xmlns>http://schemas.xmlsoap.org/wsdl/soap12/</xmlns>
32 </component-info>
33 <component-info>
34 <description>JMS Binding</description>
35 <name>sun-jms-binding</name>
36 <state>Installed</state>
37 <type>Binding</type>
38 <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/jms/</xmlns>
39 </component-info>
40 <component-info>
41 <description>LDAP binding</description>
42 <name>sun-ldap-binding</name>
43 <state>Installed</state>
44 <type>Binding</type>
45 <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/ldap/</xmlns>
46 </component-info>
47</component-info-list>
Note: See TracBrowser for help on using the repository browser.