DSB Core Management

compared with
Current by Christophe Hamerling
on Apr 24, 2012 13:36.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
In order to bind an external Web service, simply call the _bindWebService()_ operation of the _SOAPServiceBinder_ DSB service with the WSDL URL of the service to bind as parameter. As a result, a new endpoint will be created in the DSB and each time a message is received on this DSB endpoint, it will be forwarded to the real Web service (the one you bound).
{info}TODO : Example with WSDL and resulting endpoints{info}

h2. Registry

The registry can be managed in several ways with the management API. Main features are the capability to:

* retrieve endpoints from the EndpointService : [http://localhost:7600/petals/ws/EndpointService]
* manage [registry listeners|petalsdsb:Adding Registry Listeners] (pause/resume/...) : [http://localhost:7600/petals/ws/RegistryListenerService]

h2. Router

As described in the [router section|petalsdsb:Adding Router Modules], the core routing engine is composed of several modules called by the kernel on message emission and reception. One can use the management API to manage these listeners (pause/resume/...) directly from [http://localhost:7600/petals/ws/RouterModuleService].