Hi,

When enabling validation using
    <jaxws:properties>
      <entry key="schema-validation-enabled" value="true"/>
    </jaxws:properties>
i noticed that only the first validation error is returned. Is there a way
to make it return all errors ? Plugging my own ValidationEventHandler does
not work because that interface works on individual ValidationEvent
instances. Can anyone confirm this is indeed not possible this way ?

So then i figured that if i could somehow retrieve the body of the payload
and attempt to marshall it myself using standard jaxb i would have full
control on the validation. I have this working from a unit test but am at a
lost now where exactly in the interceptor chain i need to plug my
interceptor in order to easily retrieve the soap body as XML. Looking
through all the existing interceptors made it only more confusing :| Has
anyone done this before ?

Thanks
Jorg

Reply via email to