Hi, I am using Axis2 1.3 and JAXB databinding. My WS is using doc/lit style and I have a problem with the incoming request: Axis2 rejects the requests if the xml is malformed (missing tags for example) but it forwards the request to the WS even if the value in the tag are incorrect. For example, in my xsd, I define a tag as a positive Integer (xs:positiveInteger) and if I send a request with a negative integer, the request is forwarded to the WS. Is this normal? Is it up to the WS to check the value inside the body tags?
Thanks in advance, Pierre
