问题标签 [uddi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
23 浏览

apache - JUDDI授权

我想了解有关 jUDDI 中的授权。我想为我的少数客户提供 Publisher 功能而且我希望我的少数客户只查询或访问与他们相关的那些服务。我想隐藏与它们无关的其余服务。我们可以使用 jUDDI 实现这一点吗?如何?

0 投票
0 回答
87 浏览

java - 为安卓应用开发轻量级注册服务

我想为类似于 UDDI Concept 的 android 设备开发一个轻量级的注册服务。

UDDI 是重量级的,难以实现资源约束设备。

AIDL 是否支持发布、订阅和访问控制等 UDDI 功能,或者我是否需要使用任何其他方法为 Android 设备开发轻量级注册表。对该主题的解释或链接可能会有所帮助

0 投票
2 回答
108 浏览

biztalk - 配置 UDDI 3 以解析 BizTalk ESB 中的 SAP 端点

我正在寻找说明如何创建和配置 UDDI 3 以解析 BizTalk ESB 解决方案中的 SAP 和 SQL 端点的教程或逐步文档。

我的场景是我需要向 SAP 发送请求并根据内容消息类型动态接收响应。

谢谢

0 投票
1 回答
30 浏览

xml - 各种编程语言使用哪些API来开发基于WS-I组织标准的Web Services

为了开发我们的应用程序以在网络上进行通信,无论平台或语言如何,我们都使用 Web 服务技术。开发这些应用程序的标准由 WS-I(Web 服务互操作性组织)给出。

那么,哪些语言提供了哪些 API 来开发这些应用程序。

0 投票
1 回答
117 浏览

web-services - Querying a UDDI directory.

Let me just preface this by saying I'm very new to the world of APIs and Web Services so please give me some slack if these questions are stupid.

So from what I understand, this is more or less how a web service (or web service architecture) works:

A web service provider describes its service parameters and how it to interface with the service in an XML document called the WSDL. The web service provider then registers with the UDDI. The "client" then queries the UDDI for relevant service providers. The UDDI returns multiple web service IP addresses and the client selects the best option. It then obtains that service provider's WSDL and proceeds to interface and utilize the web service.

My questions are:

  1. What exactly is a web service provider? I know a web service is essentially an API wrapped in HTTP (or some other transfer protocol) and it's used to facilitate communication over the internet. I also know that SOAP Web Services can utilize other transfer protocols besides HTTP, and WSDL and UDDI directories aren't used much outside of SOAP services. Is a web service provider just simply an application that is using SOAP web services?

  2. What is the "client" in this scenario? Is this a client web application or a browser?

  3. Why does the UDDI return multiple IP addresses for web service providers? Why doesn't the client just use the first web service it finds with the appropriate parameters, etc. ?

  4. How fast is all this happening? My dumbest question yet but are there developers manually querying the UDDI to find web services to integrate with their applications? Or is this all happening in a fraction of a second between computers?

Thank you so much. Couldn't find anything to address these questions online.

0 投票
1 回答
92 浏览

web-services - juddi登录失败

我试图登录 juddi 版本3.3.4。我已经配置了tomcat用户并且在其他电脑上连接正常,但是在这台电脑上它给出了一个错误:

登录失败:错误错误无法发送 Message.javax.xml.ws.WebServiceException

你可以帮帮我吗?

谢谢您的帮助

0 投票
1 回答
362 浏览

web-services - 从客户端的角度访问 SOAP 服务 URL

我在一次集成实习生职位的技术面试中被问到这个问题。

他在深入了解 SOAP Web 服务。

问题)。假设您通过 SOAP 向客户端公开 Web 服务。当您检查它时,您提供服务的 url 已启动并正在运行。但是客户有问题,他无法访问您的网络服务。您将如何继续解决此问题?

我的回复:

我会首先检查客户端尝试访问服务的 url 是否正确。将检查 .wsdl 文件:端口、绑定 & 将检查一次是否在向 URL 发送 SOAP 请求时,我是否通过 SOAP UI 在本地接收 SOAP 响应。如果我收到错误,将根据我收到的错误类型进行故障排除:例如找不到页面、空异常等。

我觉得他还在期待其他的点。他暗示说您将在哪个注册表中检查已托管的所有 Web 服务(我想这主要是生产支持问题:P)

我告诉过我可能会查看 UDDI 注册中心,但对此不确定。

请让我知道您对什么可能是正确的方法的意见?

0 投票
1 回答
33 浏览

web-services - UDDI下Binding模板中的tModel是什么?

我在 UDDI 的“绑定”标签下找到了一个名为“tModel”的标签。有人可以向我解释 tModel 的用途吗?

0 投票
0 回答
132 浏览

java - wsdl的UDDI注册

我正在尝试创建一个 Java Web 服务,其中客户端将使用 SOAP 发送一些 xml。我可以从 Eclipse 创建一个 wsdl 并将其部署在云 tomcat 服务器上。当我从 SoapUI 软件 ReadyAPI 测试时,云服务器上的 WSDL 也可以正常工作。

现在我必须为我的 webservice on cloud 的 wsdl 创建 UDDI 注册中心。假设我的云 wsdl 如下:

http://99.999.999.99:8080/CalculatorWS/services/TestXML?wsdl

有人可以告诉我为此创建 UDDI 注册中心所必须遵循的步骤。

0 投票
1 回答
224 浏览

web-services - 什么是 UDDI 及其用途?

我搜索了UDDI,但不是很了解。它是列出 Web 服务的在线指南吗?

我想围绕它解释一个实际示例(jUDDI),以及它与 Web 服务中的 WSDL 和 SOAP 的关系。