reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
297 stars 145 forks source link

Adding HTTP status 500 (internal service error) handling #20

Open skolorz opened 10 years ago

skolorz commented 10 years ago

In case of SoapFault (HTTP status 500) InternalErrorException is thrown.

tombujok commented 10 years ago

Awesome! I did not have time to work on soap-ws for a while. But I will schedule a session to merge all the pull requests. Thanks!

skolorz commented 10 years ago

In fact it did not work in Travis, I'm new to git and GitHub and did something wrong. I'll fix it.

sumeetchhetriwellogic commented 10 years ago

Hi Tom,

First of all thanks for the library!!

Even i encountered the same issue, it would be great if we could have this functionality within soap-ws. :+1: from my side.

Thanks, Sumeet Chhetri