可与 WCF 交互的 Java Web 服务工具包

发布于 2024-07-05 20:21:38 字数 158 浏览 6 评论 0原文

我们在尝试集成到我们公开的 WCF 服务中的外部公司时遇到了一些问题,他们是一家 Java 商店。 我想知道是否有多个工具包可以尝试解决他们的问题,并希望有一个列表可以向他们建议,但我对 Java 世界一点也不熟悉。

本质上他们有一些内存泄漏(显然!),但他们在细节上非常粗略。

We've got some problems with an external company trying in integrate into a WCF service we expose and they are a Java shop. I was wondering if there are more than one toolkit that they can try to solve their issues and would like a list to suggest to them but I'm not familiar with the Java world at all.

Essentially they've got some memory leak (apparently!) but they are very sketchy in the details.

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

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

发布评论

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

评论(4

没有伤那来痛 2024-07-12 20:21:38

Microsoft 和 Sun 共同合作以确保他们最新的 Web 服务工具包能够相互协作。 Sun 的 java 实现是 Metro

Microsoft and Sun worked together to ensure that their latest web services toolkits worked with each other. Sun's java implementation is Metro.

孤芳又自赏 2024-07-12 20:21:38

如果您向他们提供标准 Web 服务,他们是否使用 Axis? 或者您是否正在提供一个自定义 REST 服务,而他们必须为此进行更多手动编码(HTTPClient、XML 生成器/解析器等)?

Are they using Axis, if you are presenting a standard webservice to them? Or are you presenting a custom REST service that they have had to do more manual coding for (HTTPClient, XML generators/parsers, etc)?

腹黑女流氓 2024-07-12 20:21:38

您需要确保您使用的是正常的 Web 服务绑定,而不是其他任何东西。 我承认,多年来让 java 和 .net Web 服务良好运行并不是一件容易的事。 顺便说一句,内存泄漏与调用您的网络服务无关,而与外部公司管理内存的方式有关。 毕竟你没有在他们的服务器上执行任何东西:-)

You need to ensure you're using a normal web service binding and nothing else. I admit though over the years getting java and .net web services to play nicely is no mean feat. A memory leak by the way, would have nothing to do with calling your web service and everything to do with the way the external company is managing their memory. You're not executing anything on their servers after all :-)

时光沙漏 2024-07-12 20:21:38

我已经使用 Axis 成功完成了此操作。 使用 Eclipse 插件实际上非常简单。

I've done this successfully with Axis. It was actually pretty straight forward, using the Eclipse plugins.

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