ksoapservice.jar

Description
This bundle enables to serve objects remotely by a SOAP engine servlet (over SOAP/HTTP)
For more details on how to use this bundle, refer to the /doc/readme.html file embedded in the bundle jarfile.

Contributors
Didier Donsez (Didier.Donsez@ieee.org)

License
LGPL

Services
org.ungoverned.osgi.service.remote.RemoteService

Properties
remote.transport=soaphttp.transport

Requirements
org.ungoverned.osgi.service.remote; specification-version=1.0.0


Download

Build

  1. configure the build properties in build.xml
  2. then build with ant

Usage

  1. installs http://www-adele.imag.fr/~donsez/dev/osgi/remoteservice/remoteservice.jar the Soap Remote Service
  2. installs and starts http://www-adele.imag.fr/~donsez/dev/osgi/ksoapservice/ksoapservice.jar the Soap Remote Service
  3. to test it, installs and starts http://www-adele.imag.fr/~donsez/dev/osgi/remoteservicetest/remoteservicetest.jar that registers objects in the RemoteService, and run the client with runclient.bat

More information on org.ungoverned.osgi.service.remote.RemoteService ...

Design of the SOAP-based RemoteService
The SOAP-based RemoteService enables to process SOAP/HTTP requests and responses on the gateway-side
This SOAP-based org.ungoverned.osgi.service.remote.RemoteService implementation is based on the kSOAP servlet.

Tested gateways

Limitations (contributions are welcome)

TODO (contributions are welcome)

Links