hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

prologic opened this issue Β· 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: