ewsterrenburg / python-otrs

Pythonic interface to OTRS SOAP API
GNU General Public License v3.0
47 stars 27 forks source link

Bad statusline error when using wrong webservice name. #25

Closed ewsterrenburg closed 8 years ago

ewsterrenburg commented 8 years ago

When a wrong name for the webservice is specified, a "bad statusline" error is given back to the user. Find out what is actually returned and try to provide the user with a more helpful error message.

ewsterrenburg commented 8 years ago

Added BadStatusLineError (commit e98ed..)