You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Ry." <im...@yahoo.com> on 2005/01/19 15:11:29 UTC

How to create a private UDDI registry with Axis?

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.

Re: How to create a private UDDI registry with Axis?

Posted by Anne Thomas Manes <at...@gmail.com>.
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
<tw...@servicegrid.us> 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. <im...@yahoo.com>
> > 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/
> >
> 
>

Re: How to create a private UDDI registry with Axis?

Posted by Thomas B Winans <tw...@servicegrid.us>.
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. <im...@yahoo.com> 
> 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/
>


Re: How to create a private UDDI registry with Axis?

Posted by Davanum Srinivas <da...@gmail.com>.
we have one already - http://ws.apache.org/juddi/

-- dims


On Wed, 19 Jan 2005 06:11:29 -0800 (PST), Ry. <im...@yahoo.com> 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/

Re: How to create a private UDDI registry with Axis?

Posted by Thomas B Winans <tw...@servicegrid.us>.
UDDIv3 would be better to use, but UDDIv2 gets the point across.

Systinet markets a UDDIv3 registry that can be used on an evaluation 
basis. While not free, it is a good registry and one of the earliest to 
support v3 of the spec. See http://www.systinet.com.

The Novell registry is free with source, but, as you noted, Novell's 
Forge team is slow in getting to UDDIv3.

You can also use IBM's test UDDI registry, which is v3 compliant I 
believe.

Tom

On Jan 19, 2005, at 7:11 AM, Ry. 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.