异步网络服务

发布于 2024-12-23 09:38:10 字数 294 浏览 0 评论 0原文

我想澄清一些有关异步 Web 服务的内容。

我读到 weblogic 使您能够创建异步 Web 服务。

但我还了解到,它仅作为在 Weblogic 容器下工作的 Web 服务的客户端和服务器两者支持的日志。

这是真的吗? 是否可以创建异步 Web 服务,而无需在客户端和服务器端使用相同系统(weblogic、jboss)?

如果可能的话,我想了解它是如何工作的详细信息..

谢谢, 射线。

I wanted to clear something about Asynchronous Webservices.

I read that weblogic give you the ability to create Asynchronous Webservices.

but I also read that it's only supported as log as the client and the server of the webservice both working under Weblogic container.

Is that true?
is it possible to create Asynchronous Webservices without having the need to have the same system(weblogic, jboss) both at client adn server side?

In case it's possible I would like to get details how is it working..

thanks,
ray.

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

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

发布评论

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

评论(2

夜还是长夜 2024-12-30 09:38:10

WS-Addressing 和 Weblogic 都与启用异步服务无关。请参阅异步客户端文档了解JAX-WS。支持两种基本方法:静态存根和 Dispatch API。静态存根需要使用自定义,并将导致将其他方法添加到服务端点接口。这些方法公开了异步调用的轮询和回调功能。

Neither WS-Addressing nor Weblogic have anything to do with enabling async services. See the Asynchronous Client documentation for JAX-WS. There are two basic approaches supported: Static stubs and the Dispatch API. Static stubs require the use of customizations and will result in additional methods being added to the service endpoint interface. These methods expose both polling and callback functionality for async invocation.

深空失忆 2024-12-30 09:38:10

我知道只要服务器和客户端都支持:WS-Addressing 规范,我就可以调用异步 Web 服务。

射线。

I understood that I can invoke async webservice as long as both the server and the client supports: WS-Addressing specification.

ray.

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