I All, It seems that CXF ignores the W3CEndpointReference in the Exceptions.
For example, if i have an exception with: public W3CEndpointReference reason = null; The schema has an empty nillable element for it: <xs:complexType name="EchoException"> <xs:sequence> <xs:element nillable="true"/> </xs:sequence> </xs:complexType> ...while if i use W3CEndpointReference in parameters and return types, the EPR is correctly managed. I have this behaviour with both 2.1.3 and 2.1.4-SNAPSHOT. Is this an issue? If needed, i can send you a test case. Marco.
