I wrote a C# program to read to query configuration of an ISY99 via the services API, with the 2.8.8 firmware, and it worked great.
Now that I've upgraded to 2.8.10, there are the following new controls, that are not defied in the /WEB/udiws20.ws spec: UOM. CPW, TPW, and Reset. Which causes the response parser to error out.
Is the udiws20.ws document supposed to be updated when new services are added?
Also, is there a workaround for Dev Studio, where I edit the file on my hard drive, and update the protocol? -- Yes, edit the file, and use file://C:/projects/udiws20.ws as the source.