Hi, for a university study I used BEA Aqualogic Service Bus as ESB and Aqualogic Service Registry as UDDI registry.
Now I have to use Apache Synapse as ESB and Aqualogic Service Registry as UDDI registry, but I don't understand how to configure Synapse for this purpose. In this official page http://synapse.apache.org/Synapse_Configuration_Language.html I could guess UDDI like ALSR are "remote registry" for Synapse architecture. To include a registry I have to modifiy the synapse.xml configuration file adding something like that: <registry provider="org.apache.synapse.registry.url.SimpleURLRegistry"> <parameter name="root">file:./repository/conf/sample/resources/</parameter> <parameter name="cachableDuration">15000</parameter> </registry> But I don't understand if and where I have to insert " http://localhost:8080/uddi/web" (I think this link is necessary). I tried this: <registry provider="ALSR"> <parameter name="root" value="http://localhost:8080/uddi/web"></parameter> </registry> But I get no significative results. Where can I find documentation? Someone can help me for this configuration??? Thanks
