Fixed up my issue... I found that the difference between the two WSDLs included a custom exception, which had the following two annotations applied
@XmlType @XmlAccessorType Removing those two annotations on that custom exception class cleared things up. -- View this message in context: http://cxf.547215.n5.nabble.com/Upgrade-throws-strange-WSDL-error-xmlns-ns0-default-is-not-a-valid-URI-tp5717356p5717456.html Sent from the cxf-user mailing list archive at Nabble.com.
