WebService_SysSetting


Click here for a complete list of operations.

Save_Setting

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
setting_id:
close_date:
software_name:
version:
update_path:
bk_location:
bk_database:
bk_connection:
bk_initial:
warn_row:
warn_size:
actual_row:
actual_size:
force_update:
enable_update:
db_size:
row_size:
chkclose_date:
cloudservice:
excelupload:
RequestID:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Modules/SYSTEM/WebServices/WebService_SysSetting.asmx HTTP/1.1
Host: 10.20.1.42
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Save_Setting"

<?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>
    <Save_Setting xmlns="http://tempuri.org/">
      <setting_id>string</setting_id>
      <close_date>string</close_date>
      <software_name>string</software_name>
      <version>string</version>
      <update_path>string</update_path>
      <bk_location>string</bk_location>
      <bk_database>string</bk_database>
      <bk_connection>string</bk_connection>
      <bk_initial>string</bk_initial>
      <warn_row>string</warn_row>
      <warn_size>string</warn_size>
      <actual_row>string</actual_row>
      <actual_size>string</actual_size>
      <force_update>string</force_update>
      <enable_update>string</enable_update>
      <db_size>string</db_size>
      <row_size>string</row_size>
      <chkclose_date>string</chkclose_date>
      <cloudservice>string</cloudservice>
      <excelupload>string</excelupload>
      <RequestID>string</RequestID>
    </Save_Setting>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <Save_SettingResponse xmlns="http://tempuri.org/">
      <Save_SettingResult>string</Save_SettingResult>
    </Save_SettingResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Modules/SYSTEM/WebServices/WebService_SysSetting.asmx HTTP/1.1
Host: 10.20.1.42
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Save_Setting xmlns="http://tempuri.org/">
      <setting_id>string</setting_id>
      <close_date>string</close_date>
      <software_name>string</software_name>
      <version>string</version>
      <update_path>string</update_path>
      <bk_location>string</bk_location>
      <bk_database>string</bk_database>
      <bk_connection>string</bk_connection>
      <bk_initial>string</bk_initial>
      <warn_row>string</warn_row>
      <warn_size>string</warn_size>
      <actual_row>string</actual_row>
      <actual_size>string</actual_size>
      <force_update>string</force_update>
      <enable_update>string</enable_update>
      <db_size>string</db_size>
      <row_size>string</row_size>
      <chkclose_date>string</chkclose_date>
      <cloudservice>string</cloudservice>
      <excelupload>string</excelupload>
      <RequestID>string</RequestID>
    </Save_Setting>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Save_SettingResponse xmlns="http://tempuri.org/">
      <Save_SettingResult>string</Save_SettingResult>
    </Save_SettingResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Modules/SYSTEM/WebServices/WebService_SysSetting.asmx/Save_Setting?setting_id=string&close_date=string&software_name=string&version=string&update_path=string&bk_location=string&bk_database=string&bk_connection=string&bk_initial=string&warn_row=string&warn_size=string&actual_row=string&actual_size=string&force_update=string&enable_update=string&db_size=string&row_size=string&chkclose_date=string&cloudservice=string&excelupload=string&RequestID=string HTTP/1.1
Host: 10.20.1.42
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Modules/SYSTEM/WebServices/WebService_SysSetting.asmx/Save_Setting HTTP/1.1
Host: 10.20.1.42
Content-Type: application/x-www-form-urlencoded
Content-Length: length

setting_id=string&close_date=string&software_name=string&version=string&update_path=string&bk_location=string&bk_database=string&bk_connection=string&bk_initial=string&warn_row=string&warn_size=string&actual_row=string&actual_size=string&force_update=string&enable_update=string&db_size=string&row_size=string&chkclose_date=string&cloudservice=string&excelupload=string&RequestID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>