UDDI.org provides a hosted v3 test registry. IBM, Microsoft, SAP, and
NTT all supply replicated nodes in that registry. See
http://www.uddi.org/register.html for the URLs of these registry
nodes.

Systinet also provides a hosted test registry. See
http://www.systinet.com/uddi/web.

But if your project requires you to set up a private registry, then
you should install one yourself rather than using one of the hosted
test registries.

Systinet's registry is by far the easiest one to use. You can download
it and use it for a university research project for free. (This type
of project is covered under the "free evaluation" license.) It
includes a Java SDK that supports both UDDI v2 and v3 APIs. You can
also use any other v2 or v3 compliant SDK to access this registry
(e.g., UDDI4J, Sun JWSDK JAXR, Microsoft UDDI SDK, etc)

The IBM V3 registry product is available only with WebSphere 6.0, so I
don't think it's an option for you.

There are three other open source/free UDDI registries available --
all support UDDI v2:
- Apache jUDDI (Open source. Does not include an SDK.)
- Novell NSure UDDI Server (Open source. Does not include and SDK.)
- Sun JWSDP (Free. Includes a JAXR SDK.)

As I said, you should be able to use any UDDI compliant SDK to access
any UDDI compliant registry.

Regards,
Anne

On Wed, 19 Jan 2005 08:17:27 -0700, Thomas B Winans
<[EMAIL PROTECTED]> wrote:
> Yes ... this is also uddiv2, yes?
> 
> On Jan 19, 2005, at 7:16 AM, Davanum Srinivas wrote:
> 
> > we have one already - http://ws.apache.org/juddi/
> >
> > -- dims
> >
> >
> > On Wed, 19 Jan 2005 06:11:29 -0800 (PST), Ry. <[EMAIL PROTECTED]>
> > wrote:
> >> Hi, I'm doing a university project with axis which requires a private
> >> registry of businesses to search through before choosing the
> >> appropriate web
> >> service. I'm confused about registries so please bear with me!
> >>
> >> From a book, it seems I have 3 choices of interface - UDDI4J, JAXR,
> >> and
> >> using JAX-RPC to do it. The book doesn't mention how I can actually
> >> get the
> >> registry server and set it up, is there one included with Apaxhe
> >> Axis? I
> >> need something possibly open source but definitely free(!), any ideas?
> >>
> >> I've looked around at things like Novell NSure UDDI server but, like
> >> UDDI4J
> >> and JAXR, seems to be implementing version 2 of the UDDI spec. Is
> >> this a
> >> major problem or doesn't matter much?
> >>
> >> What would you suggest to implement this?
> >>
> >> Any relevent advice, or links, etc would be really appreciated.
> >> Thanks.
> >>
> >>
> >>  ________________________________
> >> Do you Yahoo!?
> >>  Yahoo! Mail - Find what you need with new enhanced search. Learn
> >> more.
> >>
> >>
> >
> >
> > --
> > Davanum Srinivas - http://webservices.apache.org/~dims/
> >
> 
>

Reply via email to