1511:11: expected type, found '-' (and 3 more errors)
prologic opened this issue ยท 2 comments
prologic commented
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 commented
FWW I achieved much better results by using the wsdlgen
cli utility found in this package: