KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

Complextype that extends another complextype should produce class with all elements #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create wsdl with complex type B that extends another complex type A.
2. Generate code
3. Notice that the class that is generated to represent B only has the extra 
elements, instead of those plus the elements in A.

What is the expected output? What do you see instead?
I expect B to have properties for the elements in both A and B. It only has the 
ones declared for B.

What version of the product are you using? On what operating system?
Whatever the website is currently using. Lion

Please provide any additional information below.

Original issue reported on code.google.com by glen.sim...@gmail.com on 15 Jun 2012 at 8:58

GoogleCodeExporter commented 9 years ago
Never mind. Big time brain fart.

Original comment by glen.sim...@gmail.com on 15 Jun 2012 at 9:08