Business Console 10.7 | webMethods Business Console Documentation | Developing Gadgets for Business Console | Getting Started | Using RESTful Services with Gadgets
 
Using RESTful Services with Gadgets
 
Defining the Server
Writing Business Logic to Invoke RESTful Services
Adding User Interface Code to XHTML
Deploying and Testing the Gadget
Offline Caching of REST Services Data
Configuring Gadgets to Cache Data Offline
You can enhance the HelloWorld gadget to display data from My webMethods Server. To do this, you would need to make a REST call to your My webMethods Server. Use an existing RESTful API (<HOST>:<PORT>/rest) that shows My webMethods Server node information, and display that information in the gadget.