绑定异常未抛出

发布于 2024-11-19 14:18:52 字数 89 浏览 2 评论 0原文

我正在研究 Spring Web 服务。由于某种原因,如果我在 xml 中的输入格式不正确,它不会抛出绑定异常。相反,它只是分配 null 并继续。可能是什么问题?

I am working on Spring Web Services. For some reason if my inputs in xml are not in proper format, it is not throwing bind exception. Instead it just assigns null and proceeds. What could be the problem?

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

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

发布评论

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

评论(1

浅笑轻吟梦一曲 2024-11-26 14:18:52

几周前我遇到了同样的问题。我尝试使用的 Web 服务使用的是 Apache Axis 1.4 版本,并且存在与 Axis 中的列表对象相关的错误。但网络服务不属于我们,因此我们报告并请求新的无错误版本,问题就消失了。

我的建议是首先使用 SOAP UI 并确认您在使用正确的参数请求时获得了 xml。然后检查是否有空或不正确的名称空间。

A few weeks ago I was having same problem. The web services that I am trying to use was using Apache Axis 1.4 version and there was a bug related to List objects in Axis. But web services was not belong to us so We reported and requested new bug-free versions and problem disappeared.

My suggestion is first use SOAP UI and confirm you get the xml when you request with proper parameters.Then check for empty or incorrect namespaces .

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