Hello everyone, I have a problem with a webService accessed through ServiceMix and this is that exceptions are not thrown to the client, and instead the client always get a message: HTTP ERROR 500 ...
However, if you invoke the webService directly exceptions are throwed to the client without problems. - Through ServiceMix: The client don't receive any custom Exceptions. - Directly access: Any works fine. What could be the problem? Any idea?
