source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/DynamicPolicyExample/NhinCA/src/conf/NhinCA.casa@ 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: 2.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="urn:ihe:iti:pixv3:2007" xmlns:ns2="http://enterprise.netbeans.org/bpel/NhinBPEL/NhinSubjectDiscovery" xmlns:xlink="http://www.w3.org/2000/xlink">
3 <endpoints>
4 <endpoint endpoint-name="PIXConsumer_Port_Soap11" interface-name="ns1:PIXConsumer_PortType" name="endpoint1" service-name="ns1:PIXConsumer_Service"/>
5 <endpoint display-name="NhinSubjectDiscoveryPL" endpoint-name="PIXConsumer_Role_myRole" file-path="NhinSubjectDiscovery.bpel" interface-name="ns1:PIXConsumer_PortType" name="endpoint2" process-name="NhinSubjectDiscovery" service-name="ns2:NhinSubjectDiscoveryPL"/>
6 </endpoints>
7 <service-units>
8 <service-engine-service-unit artifacts-zip="NhinBPEL.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="NhinCA-NhinBPEL" unit-name="NhinBPEL" unknown="false" x="-1" y="-1">
9 <provides endpoint="endpoint2"/>
10 </service-engine-service-unit>
11 <binding-component-service-unit artifacts-zip="sun-http-binding.jar" component-name="sun-http-binding" description="Represents this Service Unit" name="NhinCA-sun-http-binding" unit-name="sun-http-binding">
12 <ports>
13 <port x="0" y="-1">
14 <link xlink:href="../jbiServiceUnits/META-INF/NhinBPEL/src/_references/_projects/Interfaces/src/wsdl/NhinSubjectDiscovery.wsdl#xpointer(/definitions/service[@name='PIXConsumer_Service']/port[@name='PIXConsumer_Port_Soap11'])" xlink:type="simple"/>
15 <consumes endpoint="endpoint1"/>
16 <provides endpoint="endpoint1"/>
17 </port>
18 </ports>
19 </binding-component-service-unit>
20 </service-units>
21 <connections>
22 <connection consumer="endpoint1" provider="endpoint2" state="unchanged"/>
23 </connections>
24 <porttypes>
25 <link xlink:href="../jbiServiceUnits/META-INF/NhinBPEL/src/_references/_projects/Interfaces/src/wsdl/NhinSubjectDiscovery.wsdl#xpointer(/definitions/portType[@name='PIXConsumer_PortType'])" xlink:type="simple"/>
26 </porttypes>
27 <bindings>
28 <link xlink:href="../jbiServiceUnits/META-INF/NhinBPEL/src/_references/_projects/Interfaces/src/wsdl/NhinSubjectDiscovery.wsdl#xpointer(/definitions/binding[@name='PIXConsumer_Binding_Soap11'])" xlink:type="simple"/>
29 </bindings>
30 <services>
31 <link xlink:href="../jbiServiceUnits/META-INF/NhinBPEL/src/_references/_projects/Interfaces/src/wsdl/NhinSubjectDiscovery.wsdl#xpointer(/definitions/service[@name='PIXConsumer_Service'])" xlink:type="simple"/>
32 </services>
33 <regions>
34 <region name="WSDL Endpoints" width="150"/>
35 <region name="JBI Modules" width="500"/>
36 <region name="External Modules" width="200"/>
37 </regions>
38</casa>
Note: See TracBrowser for help on using the repository browser.