We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to parse and generate Go code for a WSDL found here:
Results in the following error(s) (which I don't actually understand...):
$ gowsdl 'https://information.qld.gov.au/service/Addressing/ValidationService/PLSplusPublic/soap?wsdl' 🍀 Downloading file https://information.qld.gov.au/service/Addressing/ValidationService/PLSplusPublic/soap?wsdl 🍀 1511:11: expected type, found '-' (and 3 more errors)
1511
:11
Is this a bug?
The text was updated successfully, but these errors were encountered:
I think my problem is #152 hmmm 🤔
Sorry, something went wrong.
FWW I achieved much better results by using the wsdlgen cli utility found in this package:
wsdlgen
No branches or pull requests
Trying to parse and generate Go code for a WSDL found here:
Results in the following error(s) (which I don't actually understand...):
1511
the line number? There aren't this many lines in the XML.:11
?Is this a bug?
The text was updated successfully, but these errors were encountered: