Example Modules: Accessing Web Services via OData/SOAP
We provide two example modules that contain DataAccessPlugin implementations for access to web services via the standardized protocols (Open Data Protocol (OData) and Simple Object Access Protocol (SOAP). Each of these modules may be configured to access one or more web services of the specific type. The data from these web services is then made available in input components of type FS_INDEX.
The example modules are:
- FirstSpirit Sample DataAccessPlugin (OData)
firstspirit_sample_dataaccessplugin_odata.zip (Version 1.0.12)
The DataAccessPlugin provided by this module can access web services via the Open Data Protocol (OData). - FirstSpirit Sample DataAccessPlugin (SOAP)
firstspirit_sample_dataaccessplugin_soap.zip (Version 1.0.13)
The DataAccessPlugin provided by this module can access web services via the Simple Object Access Protocol (SOAP).
The Sample DataAccessPlugin for SOAP web services requires that SiteArchitect is run on a platform with a Java Development Kit (JDK). A Java Run-Time Environment (JRE) is not sufficient. |
See also: