[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Web Services
 
RSS feed
 
New topic
Author

wsdltojava not taking instance variables of inputclass

Praful Thakare
Ranch Hand

Joined: Feb 10, 2001
Messages: 447

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
Messages: 447

sdf

All desirable things in life are either illegal, banned, expensive or married to someone else !!!
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Web Services
 
RSS feed
 
New topic
IntelliJ open source