jzhone / wsdl2objc

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

Patch for /trunk/Templates/Binding_M.template #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Decoding SOAP faults fails when it tries to get the namespace of a text element 
(line 476).  This is due to the parent element's type being checked rather than 
the child.  Fix is to check the child's type in the loop rather than the 
parent's.

Original issue reported on code.google.com by samah...@gmail.com on 31 Jul 2013 at 5:45

Attachments: