REST Services
Description
Alpha Anywhere allows you to create your own REST APIs. REST APIs can be used to allow third party applications or other Alpha Anywhere applications to interact with your application, including providing access to workflows and processes you have built as well as allowing access to SQL databases. You can also consume REST services in your Alpha Anywhere applications.
- Name
- Description
- Accessing Rest API Services from Server-side Xbasic Code
How to access Rest API Services using Xbasic.
- Creating REST APIs
Learn how to create a RESTful API for your Alpha Anywhere application that can be used by other Alpha Anywhere applications or third-party websites.
- Creating a REST Service for a SQL Database
Create a REST API to access your SQL Database using the REST Service genie.
- Updating a Web Service Xbasic Class on the Classic Server
Xbasic classes used to implement web services are not reloaded unless the Classic Application Server is restarted or the __AARegisterClasses.a5w page is called.