hooklift/gowsdl

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

prologic opened this issue ยท 2 comments

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?

I think my problem is #152 hmmm ๐Ÿค”

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