HTTP REST XAPI Tester for Sterling Order Management System Software
The HTTP REST XAPI Tester can be used to test Sterling™ Order Management System Software REST XAPI framework by invoking RESTful APIs.
Note: Currently, HTTP REST XAPI Tester does not support the following:
- Using REST XAPI wrapper to invoke non-RESTful APIs. Such non-RESTful APIs can be tested using the HTTP API Tester.
Note: The HTTP REST XAPI Tester is provided only to test Sterling Order Management System Software REST XAPIs in development
mode.
REST services
XML API (XAPI) capabilities are accessible through a simple REST API layer. You can create, read,
update, and delete resources by using HTTP calls that are compliant with REST standards. REST
services provides following benefits:
- Supports JSON and XML input and output
- Easier to work with existing data store abstractions in Dojo
- Reduces dependency on custom HTTP client code