if the exception is thrown in Axis the exception is 'wrapped' in AxisFault whose attributes are one-to-one mapping to SOAP attributes notably
Faultstring Faultcode actor http://ws.apache.org/axis/java/apiDocs/org/apache/axis/AxisFault.html http://www.w3schools.com/soap/soap_header.asp An HTTP-500 is impossible to debug without stacktrace, logging statements, axis2.xml,web.xml, and source code for Service (aar)and Client HTH Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Wed, 10 Apr 2013 15:17:23 +0530 Subject: Need Assisatance : Http-500(Internal Server Error) From: 2408.sant...@gmail.com To: java-user@axis.apache.org Hi, I am facing an issue with Axis2 framework. I am using Apache Tomcat version 7.0.25 on which i have deployed my web service. The issue faced is : 1. whenever my service throws any exception Axis throws the same exception in XML format correctly but in RAW data we see HTTP/1.1 500 Internal Server Error Server: Apache-Coyote/1.1 Content-Type: text/xml;charset=UTF-8 Transfer-Encoding: chunked Date: Wed, 10 Apr 2013 08:48:13 GMT Connection: close I want to know is it correct behaviour of Axis2 that in case of any exception it should throw Error 500 (Internal Server Error). Ideally it should throw Http code 200 along with the XML information containing the exception raised by web service, because communication is proper. If its the correct behavior then do we have any option to change this behavior of Axis 2. Please suggest some valuable tips as i am stuck with it . With Regards Santosh Kumar