| 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
 | | Quintiq file version 2.0 |  | #parent: #root |  | SOAPClientMethod ReceiveDataManagerConfiguration |  | { |  |   ASync: true |  |   ASyncOnFailureTextBody: |  |   [* |  |     root_i.SOAPReceiveDataManagerConfigurationOnFailure( this, |  |                                                          eventID_i, |  |                                                          systemName_i, |  |                                                          systemQProductName_i, |  |                                                          systemDatasetKind_i, |  |                                                          systemDatasetFolder_i, |  |                                                          systemDatasetName_i ); |  |   *] |  |   ASyncTextBody: |  |   [* |  |     root_i.SOAPReceiveDataManagerConfigurationOnSuccess( this, |  |                                                          eventID_i, |  |                                                          systemName_i, |  |                                                          systemQProductName_i, |  |                                                          systemDatasetKind_i, |  |                                                          systemDatasetFolder_i, |  |                                                          systemDatasetName_i ); |  |   *] |  |   Action: 'LibDMF_SOAPClient/RegisterDataManager' |  |   Description: 'Receive Data Manager configuration' |  |   Namespace: 'http://www.quintiq.com/Devdatamanager/' |  |   ResponseName: 'RegisterDataManagerResponse' |  |   ResultName: 'result' |  |   URL: 'RegisterDataManager' |  |   ASyncArguments: |  |   [ |  |     Argument root_i |  |     { |  |       Type: LibDMF_CommunicationChannelRoot |  |     } |  |     Argument eventID_i |  |     { |  |       Type: String |  |     } |  |   ] |  |   SOAPArguments: |  |   [ |  |     SOAPArgument host_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument port_i |  |     { |  |       Type: Number |  |     } |  |     SOAPArgument datasetKind_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument datasetFolder_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument datasetName_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument systemName_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument systemQProductName_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument systemDatasetKind_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument systemDatasetFolder_i |  |     { |  |       Type: String |  |     } |  |     SOAPArgument systemDatasetName_i |  |     { |  |       Type: String |  |     } |  |   ] |  | } | 
 |