Java2WSDL reports the error "The class xyz does not contain a default constructor...". This is true, except that xyz is an interface to class abc, which is a JavaBean. Interfaces cannot have constructors. Is this a WSDL bug? I searched bugzilla, but didn't find anything matching this.

Reply via email to