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.
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