tiaguinho / gosoap

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

fix: do not set SOAPAction header if the value is empty #83

Closed beldeveloper closed 2 years ago

beldeveloper commented 2 years ago

Some APIs reject the SOAPAction header, so my suggestion is to omit it if empty.