5

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 UDDi in .NET?

Ryan
  • 5,456
  • 25
  • 71
  • 129

2 Answers2

7

Found an example of UDDI in .Net

Another example about UDDI based enterprise SOA from codeproject

MSDN articles Part 1 and Part 2

Prasanth
  • 3,029
  • 31
  • 44
0

jUDDI has a .net port for accessing UDDI resources.

http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/

spy
  • 3,199
  • 1
  • 18
  • 26