9.3 Implement IPaginable and add XmlRootElement annotation on Response Object

To enable UI Download on a service, you should implement the IPaginable Interface and add the XmlRootElement annotation as shown below. The XmlRootElement’s name property should be 'root', and you need to implement all the methods in the IPaginable Interface.

Description of consistent-ui-download1.png follows
Description of the illustration consistent-ui-download1.pngDescription of consistent-ui-download2.png follows
Description of the illustration consistent-ui-download2.png