I used the command line to create a .WSDL file, buut encountered the following errors:  how do I work naround it??
D:\axis-1_1beta>java org.apache.axis.wsdl.Java2WSDL clientaxis.Battle.message.Me
ssageService4 -l
http://localhost:8080/axis/services/MessageService4

 - The class java.util.Iterator is defined in a java or javax package and cannot
be converted into an xml schema type.  An xml schema anyType will be used to def
ine this class in the wsdl file.
- The class org.w3c.dom.Document does not contain a default constructor, which i
s a requirement for a bean class.  The class cannot be converted into an xml sch
ema type.  An xml schema anyType will be used to define this class in the wsdl f
ile.
- The class org.xml.sax.Attributes does not contain a default constructor, which
 is a requirement for a bean class.  The class cannot be converted into an xml s
chema type.  An xml schema anyType will be used to define this class in the wsdl
 file.

Reply via email to