senojsitruc / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

xmlNodeForDoc doesn't always call [self addElementsToNode:node]; #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r151

Original comment by johnogle...@gmail.com on 18 Nov 2009 at 4:27