Benutzer-Werkzeuge

Webseiten-Werkzeuge


trigger:xmlrpc

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
trigger:xmlrpc [2020/02/14 15:52] – angelegt olivertrigger:xmlrpc [2020/02/14 15:55] oliver
Zeile 1: Zeile 1:
 +===== XMLRPC Trigger integration =====
 +
 +The XMLRPC-Trigger implementation needs specific configuration by additional Properties to the trial type. The properties are organised as a PropertyGroup with the fix name „**XMLRPCTrigger**“: 
  
 ^ Property name ^ Description ^ Optional | ^ Property name ^ Description ^ Optional |
-^ xmlRPCServerURL | The URL inclusive the port number to access the XML RPC server. | |+^ xmlRPCServerURL | The URL inclusive the port number to access the XML RPC server. | No | 
 + 
 +<code xml> 
 +        <TrialType name="takeover" duration="18" 
 +                   labelset="Input.xml" measurementSystemConfigIds="default"> 
 +              
 +              <PropertyGroup name="XMLRPCTrigger"> 
 +                  <Property name="xmlRPCServerURL" value="http://192.168.12.199:8000"/> 
 +              </PropertyGroup> 
 + 
 +              <PropertyGroup name="multicycles"> 
 +                  <Property name="cycles" value="5"/> 
 +              </PropertyGroup> 
 +              <PropertyGroup name="modalities"> 
 +                  <Property name="cycle_nr" value="*"/> 
 +              </PropertyGroup> 
 +        </TrialType> 
 +</code>
trigger/xmlrpc.txt · Zuletzt geändert: 2020/02/14 15:56 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki