tiaguinho / gosoap

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

doRequest status code handling #66

Closed Ekizare closed 4 years ago

Ekizare commented 4 years ago

Hello.

There is no handling for HTTP status code in doRequest method. It can be useful as debug info and for resolving some of the errors. I presume the status code should be logged or even return an error if it is not between 200 and 400.

So, I can create a pull request if needed.

tiaguinho commented 4 years ago

Hi @Ekizare,

Will be very good if you open a PR with this feature.