Hi,

The artifacts generated by wsdl2java is JAX-WS 2.0 compliant, so everything generated by the tool is defined in the spec.
Not really know the exact request here.
Do you mind send your sample wsdl, and tell us what kind of artifacts you're looking for

If there's bug to fix or improvements we can make, you are welcomed to file jira on https://issues.apache.org/jira/browse/CXF

Regards,
James

The objects generated by wsdl2java for faults seem unnecessarily clumsy.

I get a POJO + annotations that corresponds to the fault type. Call it
'X'.

Then I get XFault.

To construct an XFault over a Throwable, I need to provide a message ---

(String message, X x, Throwable cause)

Could there not be no-message constructor? All the information I want to
transmit is inside the x object.


Reply via email to