Can anyone please help me with this?
I get this generated:
public class ConsumerType implements java.io.Serializable {
But I need wsdl2java to generate this:
public class ConsumerType implements com.baselogic.consumer.IConsumer,
java.io.Serializable {
From: "Mick Knutson" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: want to put interface declaration for my scheme objects into wsdl?
Date: Sun, 26 Jun 2005 11:37:23 -0700
I want to be able to define a standard set of interfaces for all my scheme
classes.
Can I somehow add an "implements=MySchemeInterface" in the complext types
such as with:
<xsd:complexType name="consumerActivityType"
implements="com.baselogic.MySchemeInterface">
<xsd:sequence>
<xsd:element minOccurs="0" name="lastPinChangeDate"
type="xsd:string"/>
<xsd:element minOccurs="0" name="lastPersonalCodeChangeDate"
type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Thank You
Mick Knutson
Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com
HP Consulting Services (Walnut Creek, CA)
Thank You
Mick Knutson
Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com
HP Consulting Services (Walnut Creek, CA)