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 <[email protected]> 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
