tiaguinho / gosoap

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

Throw an error if WSDL request fails with status code < 200 or > 400 #67

Closed Ekizare closed 4 years ago

Ekizare commented 4 years ago

Throws an error in doRequest() if remote server answers with one of the "unsuccessful" codes: everything less than 200 or bigger than 400.

Fixes #66

Ekizare commented 4 years ago

Travis CI build fails but I think there is a configuration error. .travis.yml 15 string contains COVERALLS_TOKEN for Goveralls. Can it be a typo, @tiaguinho?

tiaguinho commented 4 years ago

@Ekizare I do not understand why the Travis is failing to try to execute the coveralls command, but the tests are passing.

Let's see what happens after merge this with the master.

Thanks for your contribution!