Jeffrey Knight wrote > I'm pretty sure my wsdl and xsd are ok. It passes WSI-Compliance in > SoapUI. > > The issue seems to be that I'm neglecting to set a required property > on an object that then gets serialized. > So when my code returns and CXF tries to serialize it to XML, it fails > the validation on the way out. > But there's no record of what went wrong and the payload comes up blank. > > Would it help if I wrote up a test case? > > > On Thu, Mar 3, 2011 at 11:17 PM, Daniel Kulp <
> dkulp@ > > wrote: >> >> This sounds like a problem with the wsdl/schema. The runtime should >> pick up >> the same schema on the incoming and outgoing sides. Thus, that doesn't >> sound >> like the issue. It really does sound like more of a wsdl/schema issues. >> Like Freeman suggested, check the use of imports where includes should be >> used >> and such. >> >> Dan Hi, We are facing the same issue too. We are on CXF2.4.3 and use SOAPUI as the client for testing. I tried the same scenario on CXF2.7.6 and faced the same issue there too. When schema validation fails for the response, the marshalling error gets logged in the error log but SOAPUI shows a blank response message. Parvathy -- View this message in context: http://cxf.547215.n5.nabble.com/schema-validation-enabled-true-tp3408876p5730112.html Sent from the cxf-user mailing list archive at Nabble.com.
