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.

Reality V15.2 Online Documentation (MoTW) Revision 3

Calling a RealWeb Subroutine (RealWeb) (calling.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Calling a RealWeb Subroutine

To call a RealWeb subroutine, you start your browser and enter a URLClosed with the following format:

Protocol://WebServerURL/servlet/reality/ConnectionName/SubroutineName

For example:

http://www.foo.com/servlet/reality/persistent/HOTEL

If required by the subroutine, additional parameters can be appended, either as additional path elements or as a search string. The following example illustrates both these techniques:

http://www.foo.com/servlet/reality/hotelConnect/HOTEL/room?number=21

Displaying Reality Items

An alternative way of using RealWeb is to extract complete Reality items from the database, using the RealWeb item servletClosed , realityis. This is used in a similar way to the reality servlet - the URL must have the following format:

WebServerURL/servlet/realityis/ConnectionName/FileName/ItemName

Items used in this way can contain anything that can be displayed in a browser: complete HTML or XMLClosed files, graphics, JavaScriptClosed or VBScriptClosed , etc.

RealityV15.2Revision 3Comment on this topic