source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhincHiemSubscriptionEJB/nbproject/jax-ws.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: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
3 <services>
4 <service name="HiemSubscription">
5 <implementation-class>gov.hhs.fha.nhinc.hiemsubscription.HiemSubscription</implementation-class>
6 <wsdl-url>file:/C:/projects/NHINC/Current/Product/Production/Common/Interfaces/src/wsdl/NhinSubscription.wsdl</wsdl-url>
7 <local-wsdl-file>NhinSubscription.wsdl</local-wsdl-file>
8 <service-name>NotificationProducerService</service-name>
9 <port-name>NotificationProducerPort</port-name>
10 <package-name>org.oasis_open.docs.wsn.bw_2</package-name>
11 <catalog-file>catalog.xml</catalog-file>
12 <use-provider>false</use-provider>
13 </service>
14 <service name="HiemUnsubscribe">
15 <implementation-class>gov.hhs.fha.nhinc.hiemunsubscribe.HiemUnsubscribe</implementation-class>
16 <wsdl-url>file:/C:/projects/NHINC/Current/Product/Production/Common/Interfaces/src/wsdl/NhinSubscription.wsdl</wsdl-url>
17 <local-wsdl-file>NhinSubscription.wsdl</local-wsdl-file>
18 <service-name>SubscriptionManagerService</service-name>
19 <port-name>SubscriptionManagerPort</port-name>
20 <package-name>org.oasis_open.docs.wsn.bw_2</package-name>
21 <catalog-file>catalog.xml</catalog-file>
22 <use-provider>false</use-provider>
23 </service>
24 <service name="HiemNotify">
25 <implementation-class>gov.hhs.fha.nhinc.hiemnotify.HiemNotify</implementation-class>
26 <wsdl-url>file:/C:/projects/NHINC/Current/Product/Production/Common/Interfaces/src/wsdl/NhinSubscription.wsdl</wsdl-url>
27 <local-wsdl-file>NhinSubscription.wsdl</local-wsdl-file>
28 <service-name>NotificationConsumerService</service-name>
29 <port-name>NotificationConsumerPort</port-name>
30 <package-name>org.oasis_open.docs.wsn.bw_2</package-name>
31 <catalog-file>catalog.xml</catalog-file>
32 <use-provider>false</use-provider>
33 </service>
34 </services>
35 <clients>
36 <client name="NhincSubscription">
37 <wsdl-url>file:/C:/projects/NHINC/Current/Product/Production/Common/Interfaces/src/wsdl/NhincSubscription.wsdl</wsdl-url>
38 <local-wsdl-file>NhincSubscription.wsdl</local-wsdl-file>
39 <package-name>gov.hhs.fha.nhinc.nhincsubscription</package-name>
40 <catalog-file>catalog.xml</catalog-file>
41 </client>
42 </clients>
43</jax-ws>
Note: See TracBrowser for help on using the repository browser.