External Interfaces > Reality Web Services > Incoming Web Services

Comment on this topic

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

Incoming Web Services (webservices_incoming.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Incoming Web Services

Reality incoming web services allow you to expose your DataBasic subroutines using a Java Servlet that can run on any servlet compatible web server (the Jetty web server is supplied so that you can get started). Access to the subroutines concerned must be granted on the Reality database and the service is set up using the Web Services Management Console. You can create any number of web services, each providing access to one or more DataBasic subroutines - see Creating a Reality Web Service for details.

Any subroutine can be exposed in this way - it does not have to be specially written, though formatting input and output data in XML is recommended (see XML Support).

Note: All subroutine parameters are assumed to be bi-directional. For efficiency reasons, it is recommended that any large input parameters that are not used to return results should be cleared by the subroutine.

RealityV15.1 (MoTW) Revision 7Comment on this topic