绑定异常未抛出
我正在研究 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几周前我遇到了同样的问题。我尝试使用的 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 .