beautypg.com

2 creating and modifying the scheduler xml file, 3 scheduler soap interface, Creating and modifying the scheduler xml file -3 – Echelon i.LON SmartServer 2.0 User Manual

Page 134: Scheduler soap interface -3, Creating and modifying the scheduler xml file, Scheduler soap interface

background image

i.LON SmartServer 2.0 Programmer’s Reference

9-3

1
1
1
0



1
Weekend
255

0
00:00:00

LonFormat="UCPTeventType">ET_LOCK



1
0
0
0
0
0
1


9.2

Creating and Modifying the Scheduler XML File

You can create and manage the #8000010128000000[4].UFPTscheduler.xml file with the Set SOAP
function. The following section, Scheduler SOAP Interface, describes how to use Set and the other
SOAP functions provided for the Scheduler application.

Alternatively, you can create and manage the #8000010128000000[4].UFPTscheduler.xml file
manually with an XML editor and download it to the SmartServer via FTP. Echelon does not
recommend this, as the SmartServer will require a reboot to read the configuration of the downloaded
file. Additionally, the SmartServer performs error checking on all SOAP messages it receives before
writing to the XML file. It will not perform error checking on any XML files you download via FTP,
and thus the application may not boot properly.

If you plan to create the XML file manually, you should review the rest of this chapter first, as it
describes the elements and properties in the XML file that define each Scheduler’s configuration.

9.3

Scheduler SOAP Interface

You can use the SOAP interface to perform the following functions on a Scheduler application:

Function Description

List

Generate a list of Schedulers that you have added to the SmartServer.

Get

Retrieve the configuration of any Scheduler that you have added to
the SmartServer.

Read

Retrieve the events scheduled in any Scheduler that you have added
to the SmartServer.

Set

Create a new Scheduler, or overwrite the configuration of an existing
Scheduler.

Delete

Delete a Scheduler.