RESTful Consumer - Exercise 2

RESTful Consumer Exercise 2

This exercise simulates retrieving multiple work orders from an ERP and displaying them in an MES Work Order Table component in a Perspective view. The WS Only button in a Perspective View calls the RESTful Consumer getProductionOrder, which requests and receives work order data via ERP-simulation scripting in the RESTful Provider getProductionOrders. The button then turns the received work order information into legitimate MES Work Order objects, which are displayed in the MES Work Order Table.

Completed RESTful Consumer

Next