Need Assisatance : Http-500(Internal Server Error)

2013-04-10 Thread santosh kumar
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

RE: Need Assisatance : Http-500(Internal Server Error)

2013-04-10 Thread Martin Gainty
: 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

Re: Need Assisatance : Http-500(Internal Server Error)

2013-04-10 Thread satyapriya sahoo
Please PUT a TCP Monitor in between your component and client, and see what is going to client. On Wed, Apr 10, 2013 at 3:17 PM, santosh kumar 2408.sant...@gmail.comwrote: 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

Re: Need Assisatance : Http-500(Internal Server Error)

2013-04-10 Thread Andreas Veithen
That behavior is required by the SOAP specs [1]: In case of a SOAP error while processing the request, the SOAP HTTP server MUST issue an HTTP 500 Internal Server Error response and include a SOAP message in the response containing a SOAP Fault element (see section 4.4) indicating the SOAP

Re: Need Assisatance : Http-500(Internal Server Error)

2013-04-10 Thread santosh kumar
Thanks for replying guys. I am not able to understand the situtaion like: 1. My web service is throwing an exception(user defined exception related to my business logic:something not found etc) then in this case a soap fault is getting generated with fault string as the exception string. 2.Is