I have built a Web Service in .NET. I have some apps that need to find and consume it, so I am using jUddi v3. I know that this version lets you use the publish, inquiry and security services as web services, but I have also heard that there are some APIs that let you interact with it from .NET and Java (Uddi SDK and Uddi4J), and that is what I need.
I am looking for any tutorial or some tips that could help me to publish my .NET web service from .NET applications and discover and use it from .NET and Java applications.
I hope I made myself clear. Thanks in advance!