SOAP
WSDL:
The body contains the following information:
Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/ xmlns:tem=“http://tempuri.org/>
<soapenv:Header/>
<soapenv:Body>
<tem:ImportData>
<tem:importName>IOT-MEASUREMENT</tem:importName>
<tem:userName>userl</tem:userName>
<tem:password>PasswOrd!</tem:password>
<tem:importData>
<![CDATA[<Measurements>
<Measurement>
<EquipmentId>00001</EquipmentId>
<MeasurementPointId>TEMP</MeasurementPointId>
<Value>22</Value>
<Date>2018-08-20715:18:59Z</Date>
<Text>Some remarks for measurement</Text>
</Measurement>
<Measurement>
<ProcessFunctionId>0001</ProcessFunctionId>
<MeasurementPointId>RUNHOURS</MeasurementPointId>
<Value>22</Value>
<Date>2018-08-21 15:19:59</Date>
<Text>Some remarks for measurement</Text>
</Measurement>
</Measurements>]]>
</tem:importData>
</tem:ImportData>
</soapenv:Body>
</soapenv:Envelope>Last updated