1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| Quintiq file version 2.0
| #parent: #root
| SOAPServerMethod GetTopicValue
| {
| Description:
| [*
| Return topic value-attributes, as well as its children topics if topic name is ending with '/*'.
| Example JSON-string: [{"Path":"/Integration/SOAP/Inbound/Error","Value":25,"LastUpdated":"2015-11-16T18:05:07","LastReset":"2015-11-16T18:04:23"}]
| *]
| OnFailureTextBody: 'logfile( "Monitoring Library: Error in SOAP call GetTopicValue(). Error message: " + errormessage );'
| Priority: 'Default'
| ReturnType: String
| TextBody: 'return this.GetTopicValue( topicName );'
| SOAPArguments:
| [
| SOAPArgument topicName
| {
| Type: String
| }
| ]
| }
|
|