P15GEN2\59518
2024-05-29 d4210c7c4b04abde20037ea8aa0f54ef8a2649aa
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
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
 
<icall>
 
    <!-- 1. 远程数据库  -->
    <database-list>
    
        <database name="NCC-View" active="T">
            <url>
                <![CDATA[jdbc:oracle:thin:@172.16.60.21:1521:ORCL]]>
            </url>
            <username>dms</username>
            <password>dms</password>
        </database>
        
        <database name="OA-View" active="T">
            <url>
                <![CDATA[jdbc:oracle:thin:@172.16.8.88:1521:ORCL]]>
            </url>
            <username>kdn</username>
            <password>kdn</password>
        </database>    
            
    </database-list>
    
    <!-- 2. HTTP server  -->
    <server-list>
    
          <server name="weaver" classname="foundation.icall.callout.WeaverSource" active="T">
             <url>https://s.grandpharma.cn:8090/</url>
            <appid>test</appid>
            <cpk>123</cpk>
            <loginId>whkdntest</loginId>
            <userPassword>yd@123456</userPassword>
        </server>
        
        <server name="KingDee" classname="foundation.ai.KingdeeAIProvider" active="T">
             <url>https://api.piaozone.com</url>
            <appid>test</appid>
            <clientid>Pa0umVUNzg6EiWSEpGht</clientid>
            <clientsecret>a3cbabd08e684413a30aae1803c773d5</clientsecret>
            <tokenpath>/base/oauth/token</tokenpath>
            <aeskey>goopyi5VTKD5WIgs</aeskey>
        </server> 
        
    </server-list>
    
</icall>