You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 31 Jul 2013 at 5:45
Original issue reported on code.google.com by
[email protected]
on 31 Jul 2013 at 5:45Attachments:
The text was updated successfully, but these errors were encountered: