Skip to content
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

1511:11: expected type, found '-' (and 3 more errors) #242

Open
prologic opened this issue Oct 3, 2022 · 2 comments
Open

1511:11: expected type, found '-' (and 3 more errors) #242

prologic opened this issue Oct 3, 2022 · 2 comments

Comments

@prologic
Copy link

prologic commented Oct 3, 2022

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)
  • Is 1511 the line number? There aren't this many lines in the XML.
  • What is :11?

Is this a bug?

@prologic
Copy link
Author

prologic commented Oct 3, 2022

I think my problem is #152 hmmm 🤔

@prologic
Copy link
Author

prologic commented Oct 3, 2022

FWW I achieved much better results by using the wsdlgen cli utility found in this package:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant