hooklift / gowsdl

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

Problem generating code from WSDL #66

Open borud opened 7 years ago

borud commented 7 years ago

hi,

I'm trying to feed gowsdl the following http://st.atb.no/SMWS/SMService.svc?wsdl

and the output I get is:

🍀  Downloading file http://st.atb.no/SMWS/SMService.svc?wsdl
🍀  Downloading external schema location http://st.atb.no/SMWS/SMService.svc?xsd=xsd0
🍀  2530:3: expected '}', found 'interface'

I tried to figure out if this is a problem with the WSDL, but according to this:

https://www.wsdl-analyzer.com/qualityReport/show/357796858?version=1

It seems to check out.

Am I doing something wrong, is the WSDL broken or is this a bug (or some missing feature I'm not aware of) in gowsdl?

c4milo commented 7 years ago

It's most likely a problem with gowsdl, I'll make some time to look into it tonight. Thanks for reporting it!