@XmlRootElement(name = "WSDKException", namespace =
"com.actionsoft.awf.services")
@XmlType(name = "WSDKException")
public class MyException extends Exception {
public MyException() {
super();
}
}
the wsdl generated still use the default targetNamespace,but I want to use
com.actionsoft.awf.services,how to?Thanks.
--
View this message in context:
http://old.nabble.com/Why-%40XmlRootElement-take-no-effect--tp27995396p27995396.html
Sent from the cxf-user mailing list archive at Nabble.com.
