views:

9

answers:

0

I would like to use ServiceMix for the following scenario:

  • I'll deploy a WebService on it, where other WebServices can register and ask which other Webservices have registered

  • When a WebService (I know the interfaces) registers, I want to activate / dynamically deploy a suitable BC (I built beforehand) to let it communicate with other registered Services.

  • In theory, this sounds possible. So far, I installed ServiceMix, created the registering WebService (missing the code to register and deploy the BCs live) and deployed it.

As I'm new to ServiceMix (and OSGi / WebServices / Maven / other stuff), I'd love to hear a suggestion how you would proceed now. Best would be a course of action that I can take (like "use this tutorial to amnage serviceregistration, take BC x from the examples, do this to make it use your interfaces and the URL of the external WebService, and here you go").

Thank you.