java - SOAP 中的 UDDI 示例

标签 java web-services soap wsdl

什么是好的 UDDI 示例?

据我了解http://www.webservicex.net/geoipservice.asmx?WSDL是一个 WSDL,但它的 UDDI 是什么?

最佳答案

来自文档:

The Universal Description, Discovery, and Integration (UDDI) specification defines a way to publish and discover information about Web services. UDDI has two functions: (1) it is a SOAP-based protocol that defines how UDDI clients communicate with registries, and (2) it is a particular set of globally replicated registries.

Registering a service involves four core data structure types:

  • The businessEntity data type contains information about the business that has a published service.
  • The businessService data type is a description of a Web service.
  • The bindingTemplate data type contains technical information for determining the entry point and construction specifications for invoking a Web service.
  • The tModel data type provides a reference system to assist in the discovery of Web services and acts as a technical specification for a Web service.

enter image description here

UDDI page on the OASIS website

关于java - SOAP 中的 UDDI 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48186714/

相关文章:

java - Android:如何为应用程序创建一组演示幻灯片,以便在用户第一次打开应用程序时向用户展示?

php - 无法通过alamofire将参数发送到webservice

java - JAX-RS Jersey JSON GET HTTP 状态 500 内部服务器错误

java - 如何在 URL 连接字符串中定义用户名和密码?

java - textView 拒绝作为 LinearLayout 的 subview 居中

c# - 通过 web 服务序列化结构对象

Java读取没有前缀但在命名空间范围内的xml元素

java - 从 GWT 客户端调用 SOAP Web 服务

java - OTRS:使用 wsdl 生成 Java SEI 时出错

java - 使用 If 子句包围 Logger 以避免冗余的 String 构造