What steps will reproduce the problem?
1. create a wsdl with a complex type that extends an abstract type. Define at
least one element
in the base, but don't declare any element is the child.
2. generate the Obj-C code with Wsdl2Objc 0.6
3. Build with XCode and test.
What is the expected output?
A SOAP message that includes the elements from the base class.
What do you see instead?
Base class elements are missing due to not calling superclass addElementsToNode.
What version of the product are you using? On what operating system?
Wsdl2Objc 0.6 on Mac OS X 10.5.8
Please provide any additional information below.
Adding the missing call to [self addElementsToNode:node]; fixes the problem.
Original issue reported on code.google.com by g051...@gmail.com on 20 Oct 2009 at 5:49
Original issue reported on code.google.com by
g051...@gmail.com
on 20 Oct 2009 at 5:49