tiaguinho / gosoap

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

Add fallback namespace checks #74

Closed reiswindy closed 3 years ago

reiswindy commented 3 years ago

Adds fallback assignment of namespaces in the following order during requests: definitions/types/schema[targetNamespace] -> definitions/types/schema/import[namespace] -> definitions[targetNamespace]

Should fix issues preventing calling methods on WSDLs without types or with schemas without namespaces.