Hi, after one month of stop, for others commitments, I come back here.
I'm a young student from Italy, and I have to configure jUDDI 0.9rc4 as an external UDDI registry for Synapse 1.2. In order to do that, I know that I need to write an implementation of the interface: http://synapse.apache.org/apidocs/org/apache/synapse/registry/Registry.html (and http://synapse.apache.org/apidocs/org/apache/synapse/registry/RegistryEntry.html ?) "This implements read-only access to a Registry to read XML data." [Paul Fremantle] I know also that there are around in the web only two implementation about this interface: the default in-memory SimpleURLRegistry and one that bridges to the WSO2 Registry/Repository (now I didn't found it; it acts also as UDDI?). So, I'm watching the code of SimpleURLRegistry but it is really difficult for me to undestand everything and modify it for my purposes. I would like to ask if you can help me in this implementation. For example, I need to import the source code of Synapse and jUDDI in Eclipse (or another IDE), or I can work just on a java file that later I will put in the modelus of Synapse?
