Webservice

SICS API Server - P&C - System Administration - Update System Parameters

Technical Doc, Webservice

Update System Parameters # Request message # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.SicsNt.com/SystemAdministration" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swsaep:updateSystemParameters xmlns:swsaep="urn:SicsWsSystemAdministrationEntryPoint"> <genericInput /> <updateSystemParametersInput> <systemParameters> <systemParameter xsi:type="ns1:SystemParameterBoolean"> <systemParameterKey>DT_ANN_MSG_ENABLED</systemParameterKey> <systemParameterValue>true</systemParameterValue> </systemParameter> <systemParameter xsi:type="ns1:SystemParameterDate"> <systemParameterKey>DT_ANN_MSG_START</systemParameterKey> <systemParameterValue>2022-07-17</systemParameterValue> </systemParameter> <systemParameter xsi:type="ns1:SystemParameterDate"> <systemParameterKey>DT_ANN_MSG_END</systemParameterKey> <systemParameterValue xsi:nil="true" /> </systemParameter> <systemParameter xsi:type="ns1:SystemParameterString"> <systemParameterKey>DT_ANN_MSG_TXT</systemParameterKey> <systemParameterValue>The System will be upgraded over the weekend of Saturday July 2 to Sunday July 3. All functions will be available from Monday July 4th. ...

SICS API Server - P&C - Task Management - Create Process

Technical Doc, Webservice

Create Process # Request message # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swtmep:createProcess xmlns:swtmep="urn:SicsWsTaskManagementEntryPoint"> <genericInput /> <createProcessInput> <processTemplateReference> <processTemplateIdentifier>T3</processTemplateIdentifier> </processTemplateReference> <processInitiator> <userId>OECKHOFF</userId> </processInitiator> <suggestedActualProcessOwner> <userId>ESKARD</userId> </suggestedActualProcessOwner> <suggestedActualTaskOwner> <userId>GREFSUM</userId> </suggestedActualTaskOwner> <startActiveTaskIfPossible>false</startActiveTaskIfPossible> </createProcessInput> </swtmep:createProcess> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # Response message is not shown.