reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
297 stars 145 forks source link

validateInputMessage does not appear to validate minOccurs #47

Open shmish111 opened 8 years ago

shmish111 commented 8 years ago

When I call SoapBuilder validateInputMessage on a field in a wsdl which has minOccurs=1 using xml with an empty tag like <sometag /> it does not give any validation error. Is this correct, I can't find any information about weather this should be allowed.