SOA 中的 Web 服务标准

发布于 2024-08-19 13:04:08 字数 252 浏览 1 评论 0原文

Web 服务正在成为 SOA 的核心。 Web 服务一词描述了一种在 Internet 协议主干上使用 XML、SOAP、WSDL 和 UDDI 开放标准集成基于 Web 的应用程序的标准化方法。
XML 用于标记数据,SOAP 用于传输数据,WSDL 用于描述可用的服务,UDDI 用于列出可用的服务。
任何人都可以告诉如何使用上述内容在 Web 服务中提供了一个示例(Java 中),例如我们如何使用 xml 来构建 SOA 的 Web 服务?

- 谢谢

Web services are becoming heart of SOA. The term Web services describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone.
XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI is used for listing what services are available.
can anyone tell that how the above are used in web services with a sample example (in java), for example how can we use xml in building of web services for SOA?

--ThankYou

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薄暮涼年 2024-08-26 13:04:08

下载 Apache CXF 的副本并查看任何示例。

Download a copy of Apache CXF and look at any of the samples.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文