-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible typo in encoder.go #95
Comments
Damn you may be right. Did you try changing it? |
I tried. When I add the "not", the program runs through without the stack overflow, but the resulting Go code is missing bits. Not sure whether these are missing because |
This WSDL will also cause a stack overflow: https://test.inteflow.com.au/Inteport/DecisionGateway.asmx?wsdl Add the following XSD locations before using it: Replace:
By:
Replace:
By:
Then, when processing it:
|
Folks I am sorry but I have zero time to work on fixing this. If there is a PR then I'm more than happy to review. |
Hello,
I am trying to use wsdl2go with the WSDL files provided by UK NationalRail as part of OpenLDBWS. When I try this, wsdl2go fails with a stack overflow. Here is what I tried:
The result is a very long error message, indicating a stack overflow, which involves the following recursion:
I wonder whether the test
if exists {...}
really should beif !exists {...}
?wsdl2go/wsdlgo/encoder.go
Line 1398 in 9f9d740
The text was updated successfully, but these errors were encountered: