Reality Web Services
Web services provide a way of making programming resources available to remote applications, by exposing subroutines and functions using a web server. Web services use standard protocols (XML, HTTP, etc.) to provide a high level of abstraction, thus making it possible to exchange data between systems that might otherwise be completely incompatible. A developer can therefore create applications that use a combination of local code and web services from a variety of sources.
Incoming web services
Reality's incoming web services feature allows you to expose your DataBasic subroutines as web service operations. See Incoming Web Services for details.
Outgoing web services
Reality's outgoing web services feature allows you to access any suitable third-party web service by using a collection of DataBasic function calls. See Outgoing Web Services for details.
See Also
Reality Web Services in the Reality External Components Installation Guide.