Will do: As it stands, I'm now attempting to write an interceptor that will perform schema validation just on the SOAP body (rather than turning on CXF schema validation, which will attempt to validate the entire request). However, as a new arrival in CXF-land, I'm finding the org.apache.cxf.binding.soap API a little bewildering. I'd appreciate any pointers which demonstrate how to access the SOAP body from the message (as passed into handleMessage()) and to pass it to an XML validator (javax.xml.validation.Validator)
Regards, Martin -- View this message in context: http://www.nabble.com/schema-validation-problem-with-SoapHeader-tp18311410p18334090.html Sent from the cxf-user mailing list archive at Nabble.com.
