I'm seeing the following behavior. I have an exception which is annotated with:
@WebFault(name="WebServiceException") @XmlType(name="WebServiceException", namespace="http://arsenalist.com") public class MyWebServiceException extends Exception {...} but the WSDL that is generated is: wsdl:message name="MyWebServiceException"> <wsdl:part name="fault" type="ns1:WebServiceException"></wsdl:part> </wsdl:message> IMHO, the name of the part should be "WebServiceException" and not "fault". Is my thinking correct? If not, how do you change the WSDL part name? Are there any Aegis annotations that can be used at the class level to change this? Thanks, Zarar -- View this message in context: http://www.nabble.com/WSDL-part-name-incorrect.-How-do-you-change-it--tf4432101.html#a12644398 Sent from the cxf-user mailing list archive at Nabble.com.
