Commit f338296
committed
fix inline simpleType restriction resolving to string instead of base type
Elements with inline <simpleType><restriction base="..."> were not
resolving the base type, defaulting to string. Added SimpleType field
to wsdl.Element and resolve the restriction base in genElementField.
Fixes #146.1 parent 929bb50 commit f338296
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1705 | 1705 | | |
1706 | 1706 | | |
1707 | 1707 | | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
1708 | 1711 | | |
1709 | 1712 | | |
1710 | 1713 | | |
| |||
0 commit comments