re: creating wsdl from java when using abstract classes

2002-06-14 Thread scheu
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc: Subject: re: creating wsdl from java when using abstract classes Hello, I have an abstract class called AbstractCommon that has an attribute called jceProvider that it has setters and getters for.

re: creating wsdl from java when using abstract classes

2002-06-14 Thread James Black
Hello, I have an abstract class called AbstractCommon that has an attribute called jceProvider that it has setters and getters for. I have another class, Location, that extends AbstractCommon. In the wsdl file exists in the declaration for both AbstractCommon and Location. This causes p