-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathdvs.xml
43 lines (35 loc) · 1.26 KB
/
dvs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<server description="new server">
<!-- Enable features -->
<featureManager>
<feature>usr:dvsProvider</feature>
<feature>zosLocalAdapters-1.0</feature>
</featureManager>
<!-- Adapter Details with WOLA Group Name (ZCEEDVM) -->
<zosLocalAdapters wolaName3="NAME3"
wolaName2="NAME2"
wolaGroup="ZCEEDVM"/>
<!-- DVS Service Details with Register Name (ZCEEDVM) -->
<zosconnect_zosConnectService invokeURI="/dvs"
serviceDescription=""
serviceRef="dvsService"
serviceName="dvsService"
id="zosConnectDvsService"/>
<usr_dvsService invokeURI="/dvs"
serviceName="DVSS1"
registerName="ZCEEDVM"
connectionFactoryRef="wolaCF"
id="dvsService"/>
<connectionFactory jndiName="eis/ola" id="wolaCF">
<properties.ola/>
</connectionFactory>
<zosconnect_zosConnectService serviceRef="svc1"
serviceAsyncRequestTimeout="600s"
serviceName="dvs1" id="sdef1"/>
<zosconnect_localAdaptersConnectService
connectionWaitTimeout="7200"
connectionFactoryRef="wolaCF"
serviceName="DVSS1"
registerName="ZCEEDVM"
id="svc1"/>
</server>