Besides client applications which provide a classic user interface, the OX-Framework can also be used to build server applications which encapsulate, chain or orchestrate other OGC services. Thereby, the access to other OGC services is facilitated by the OX-Framework.
This application conforms to the Web Map Service (WMS) interface. It transforms WMS requests to SOS requests and returns sensor data visualizations to the WMS client. The application realizes an opaque service chaining. The figure below shows the principle of this application.

Download WMS application
| Name | Date | Link |
| 52n-swe-oxf-wms-20080307.war | 2008-12-09 | download |
Similar to the Web Map Server application this application encapsulates SOS instances. It works as a facade to an SOS and provides a RESTful interface to the data. A live demo of this server is running here - please try it out by clicking through the links.
Code Repository
The source code of the RESTful SOS can be found here.