I am using XMLBean with Axis 2.0.  When I deploy my service, I get the
following message.  Additionally, my wsdl (as the message implies) displays:
<wsdl:part name="getLocationByKeyReturn" type="xsd:anyType"/>.  How do I get
the complexType to be correctly displayed?  Thank you.


The class org.apache.xmlbeans.impl.values.XmlComplexContentImpl does not
contain a default constructor, which is a requirement for a bean class.  The
class cannot be converted into an xml schema type.  An xml schema anyType
will be used to define this class in the wsdl file.
-- 
View this message in context: 
http://www.nabble.com/Issue-with-XmlComplexContentImpl-not-having-Default-Constructor-tf4564618.html#a13028710
Sent from the Xml Beans - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to