This document was generated from CDN thread
Created by: Duane Benson on 14-04-2011 02:13:35 AM
I have an application that I have been running for many months against the TMS Booking API, and it uses the H323ID property that is returned by the GetSystems() call.
After upgrading our TMS server to 13.0.1, the GetSystems() call always returns null for the H323Id field, although this field is populated in TMS.
Can anyone confirm that GetSystems() does or does not bring back the H323Id field in version 13.0.1?
Thanks,
Duane Benson
Subject: RE: GetSystems() not returning all properties in 13.0.1
Replied by: Torgeir Johansen on 18-04-2011 12:19:53 PM
Duane,
you're meaning the GetSystems() method of the RemoteSetupService ws. Returning the H323Id field (amongst other fields) were added in API version number 4. So if your client application correctly announces version 4 or higher, this should work. If you do not supply each method call to the web service with the appropiate version, the reply will not include the elements that were added in version 4, and thus the H.323 Id will not be returned. Are you sure/do you control which version your app is sending in the SOAP header ?
Regards,
Torgeir