Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Reality Web Services (Web Services) (webservices.htm)
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.
Reality's incoming web services feature allows you to expose your DataBasic subroutines as web service operations. See Incoming Web Services for details.
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.
Reality Web Services in the Reality External Components Installation Guide.