how to use uddi in .Net
I have used web services in .Net before with WCF.Though, I don't really understand the benefits of UDDI. There is a lot of theory but I didn't find anything practical. Do you know any tutorials on using开发者_如何学C UDDi in .NET?
Found an example of UDDI in .Net
Another example about UDDI based enterprise SOA from codeproject
MSDN articles Part 1 and Part 2
jUDDI has a .net port for accessing UDDI resources.
http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/
精彩评论