tiaguinho / gosoap

🦉SOAP package for Go
MIT License
507 stars 176 forks source link

error when there are no types in the definitions of the WSDL file #52

Closed DanielRuf closed 4 years ago

DanielRuf commented 4 years ago

I get an error because the encode methods needs Typesin the schema but I just have a portType at https://kasapi.kasserver.com/soap/wsdl/KasAuth.wsdl

So c.Client.Definitions.Types does not work in this case.