×
Menu
Index

Process XML

Process XML (XML In -> XML Out)

functionID = 14
 
This function accepts XML documents that follow the schema used by the Configuration, or follows the schema of the userinterface. In both cases the server will return an enriched XML following the schema in the Local Configuration.
 
The XML that should be send:
 
<softrulestcpframe>
    <softrules>
        <header>
            <functionid>14</functionid>
            <parameters/>
        </header>
        <xmldocument/>
    </softrules>
</softrulestcpframe>
 
If a userinterface should be processed, the following fields are required.
 
Groups:
Questions:
 
Send this to SoftRules® Server using the following command:
 
string Xml = SendXML(<xml>, TCPPort);