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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 .