multi-level inheritance of complexTypes fails
Status: Beta
Brought to you by:
kutterma
If a complexType of named 'foo' inherits from a complexType 'bar' (and that's all the inheritance involved), the generated typemap file will be correct. Likewise, if complexType 'bar' simply inherits from 'baz', there's no issue. On the otherhand, if 'foo' inherits from 'bar' which inherits from 'baz', none of the 'baz' elements will appear in the generated typemap.
Logged In: YES
user_id=17500
Originator: YES
File Added: EmployeeService.wsdl
Sample WSDL demonstrating reported behavior
Associated XSD file
Logged In: YES
user_id=17500
Originator: YES
File Added: EmployeeService.xsd
Logged In: YES
user_id=884175
Originator: NO
fixed in 650
I think attributes are not handled correctly yet in derived types - but that's a different story.
Thanks for reporting,
Martin