JAX-WS 数组 - 该方法不适用于参数

发布于 2024-11-08 22:17:02 字数 618 浏览 0 评论 0原文

通过 Web 服务 JAX-WS(Java 客户端和 Java 服务器)传递数组时收到错误消息:

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
The method insertIgnoreMultipleUsers(StringArray) in the type Queue is not applicable for the arguments (String[])

In 这个线程 我读到 List 是一个可能的解决方案。 但是当更改为 List 时,我收到类似的消息。

此线程中,他们建议使用数组,但就我而言,这是行不通的。

如果有人能帮助我,那就太好了。

提前致谢!

I get an error message when passing by an array via webservice JAX-WS (Java client and Java server):

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
The method insertIgnoreMultipleUsers(StringArray) in the type Queue is not applicable for the arguments (String[])

In this thread I read that List is a possible solution.
But when altering to List I get a similar message.

In this thread they advise to use arrays, but in my case that does not work.

It would be great if someone could help me.

Thank's in advance!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文