GetSystemInfo

This function returns various information for the WMS system.

Tags: GetSystemInfo, GetSystemInfoResponse, SystemInfo

Request XML

POST /xxx/Service.asmx HTTP/1.1
Host: api.ongoingsystems.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ongoingsystems.se/WSI/GetSystemInfo"

<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetSystemInfo xmlns="http://ongoingsystems.se/WSI">
      <GoodsOwnerCode>string</GoodsOwnerCode>
      <UserName>string</UserName>
      <Password>string</Password>
    </GetSystemInfo>
  </soap:Body>
</soap:Envelope>

Request specification

GetSystemInfo
GoodsOwnerCode string(400) Req. The name/code of your client
UserName string(50) Req. Your username
Password string(50) Req. Your password

Response XML

<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetSystemInfoResponse xmlns="http://ongoingsystems.se/WSI">
      <GetSystemInfoResult>
        <SystemTime>dateTime</SystemTime>
      </GetSystemInfoResult>
    </GetSystemInfoResponse>
  </soap:Body>
</soap:Envelope>

Response specification

GetSystemInfoResponse
GetSystemInfoResult SystemInfo
SystemInfo
SystemTime dateTime Current time for the system.