Hi! I'm searching for help for my problem that is:
java.lang.RuntimeException: Schema for namespace 'http://calendar.util.sun/xsd' already contains type 'Abstract Calendar' at org.apache.ws.commons.schema.XmlSchema.addType(XmlSchema.java:311) I think its because my program wants to enter a new Date Type and within this has to access the Namespace for a Date Object (i has only Date objects) that already exists. I receive this error message when generating classes with wsdl2java. Does anyone know how to correct this error? Roland
