A get_last_version request will return data describing the latest available version of the software.
Parameter
|
Purpose
|
name |
|
version |
|
release_date |
|
release_info |
|
file_name |
|
file_size |
|
file_hash |
|
Sample Response
|
< SOAP-ENV:Envelope SOAP-ENV:encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC = "http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns = "urn:TelebroadWebServices" >
< SOAP-ENV:Body >
< ns1:get_last_versionResponse xmlns:ns1 = "urn:TelebroadWebServices" >
< return xsi:type = "SOAP-ENC:Array" SOAP-ENC:arrayType = "tns:active_calls_panel_item[2]" >
< item xsi:type = "tns:active_calls_panel_item" >
< name xsi:type = "xsd:string" >name</ stype >
< version xsi:type = "xsd:string" >12120001111</ version >
< release_date xsi:type = "xsd:string" >101</ release_date >
< release_info xsi:type = "xsd:string" >John Doe</ release_info >
< file_name xsi:type = "xsd:string" >filename</ file_name >
< file_size xsi:type = "xsd:string" >123456</ file_size >
< file_hash xsi:type = "xsd:string" >34d870cca98a77</ file_hash >
</ item >
</ return >
</ ns1:get_last_versionResponse >
</ SOAP-ENV:Body >
</ SOAP-ENV:Envelope >
|