[Mono-devel-list] UDDI on Mono

Lluis Sanchez lluis at ximian.com
Mon Oct 13 22:01:11 EDT 2003


On dl, 2003-10-13 at 14:25, Harish Krishnaswamy wrote:
> hi,
>  I am a developer working on Open Source UDDI.  I am trying to learn
> about the Mono project, especially on your work in the Web services
> territory. I went through some of the classes ( like the
> System.Web.Services.Discovery class) and the msdn docs pertaining to
> them - (I am a newbie to .Net too). 
>   I was wondering where UDDI fits in this model. Is the XML Web service
> discovery mentioned here different from UDDI ?

Yes, they are different. The System.Web.Services.Discovery namespace
implements the MS's DISCO technology, which is much simpler than UDDI. A
DISCO document is basically a listing of wsdl documents. MS.NET provides
some tools (disco.exe and wsdl.exe) which can be used to generate client
web service proxies for accessing the services listed in a disco file.
Work on DISCO is currently in progress.

>  If so, is it compatible with UDDI? 

No, AFAIK

> I would like to understand more on this. Can anyone guide me
> as to where I should look for more information on this?  

This article talks about DISCO and UDDI:
http://msdn.microsoft.com/msdnmag/issues/02/02/xml/default.aspx

> What are Mono's
> view on UDDI ?

Well, there isn't any official Mono view. In my opinion we should
provide disco support because:
1) we want to be compatible with MS.NET.
2) provides a discovery mechanism that albeit simple, can be very useful
in many scenarios
3) it is easy to implement.

Right now there are no plans regarding UDDI tools/services. 

Lluis.

> 
> thank you,
> harish
>   
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list