我在.NET 中构建了一个Web 服务。我有一些应用程序需要查找和使用它,所以我使用 jUddi v3。我知道这个版本允许您将发布、查询和安全服务用作 Web 服务,但我也听说有一些 API 可以让您从 .NET 和 Java(Uddi SDK 和 Uddi4J)与其交互,那就是我需要什么。
我正在寻找任何教程或一些技巧,可以帮助我从 .NET 应用程序发布 .NET Web 服务,并从 .NET 和 Java 应用程序发现和使用它。
我希望我说清楚了。提前致谢!
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!
发布评论
评论(1)
Apache jUDDI 项目有一个 .NET 客户端和示例,应该可以帮助您。
http://svn.apache。 org/repos/asf/juddi/trunk/juddi-client.net/juddi-client.net/
https://github.com/UDDI/juddi/wiki/devjUDDIClientforNET
https://github.com/UDDI/juddi/wiki/devSimplePublishingUsingthejUDDIAPI
The Apache jUDDI project has a .NET client and examples that should help you out.
http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/juddi-client.net/
https://github.com/UDDI/juddi/wiki/devjUDDIClientforNET
https://github.com/UDDI/juddi/wiki/devSimplePublishingUsingthejUDDIAPI