tiaguinho / gosoap

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

fix: use right targetNamespace duing request marshal #87

Open kcaashish opened 2 years ago

kcaashish commented 2 years ago

During request marshal the namespace is not set correctly. Instead of using from xsd:schema targetNamespace, it now uses the namespace from wsld definitions.

Fixes: #48