| Author |
wsdltojava not taking instance variables of inputclass
|
Praful Thakare
Ranch Hand
Joined: Feb 10, 2001
Posts: 613
|
|
Hi,
I am usig com.te.framework.jeewsgenerator.AxisGeneratorAntTask to generate wsdl and client classes from following class structure
Now MyInput is extending MyInputParent that again extends following class
so to summarize, MyInput extends MyParentInput extends ServiceInput , and the problem here is the generated MyInput.java file the class variable myMap dose not show up, where as if i remove extension of ServiceInput from MyInputParent then it shows up...
Following is constructor of MyInput when MyInputParent extends ServiceInput
and following is expected one when MyInputParent DOESNOT extend ServiceInput
Any idea whats screwing it up?
-P
|
All desirable things in life are either illegal, banned, expensive or married to someone else !!!
|
 |
Praful Thakare
Ranch Hand
Joined: Feb 10, 2001
Posts: 613
|
|
|
sdf
|
 |
 |
|
|
subject: wsdltojava not taking instance variables of inputclass
|
|
|