hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy
Mozilla Public License 2.0
1.14k stars 390 forks source link

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

Open prologic opened 1 year ago

prologic commented 1 year ago

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 this a bug?

prologic commented 1 year ago

I think my problem is #152 hmmm 🤔

prologic commented 1 year ago

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