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 this
Can anyone point me to an example or instructions of an Axis2 web service that
works for both SOAP and ReST? I'd really appreciate it.
Thanks,
J
From: Jack Sprat
To: "java-user@axis.apache.org"
Sent: Monday, April 8, 2013 9:08 AM
Subject: Re: [Axis2] wsdl2
I don't want what's going on I click on reply to all. I will be mroe areful
next time
My nightmare continues
Today on my work computer I did exact I had done yesterday on my home computer,
And I got other exception
org.apache.axis2.AxisFault: 1
at
org.apache.axis2.util.Utils.getInbo
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 proc
Dear Tania,
Please send your axis2 emails to the list, so everyone can benefit and
more people can see your problems and perhaps help you.
This is especially important in this case as my axis2 knowledge pretty
much stops once you get into Rampart issues. Unfortunately I'm not
able to help much in
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.com>wrote:
> Hi,
>
> I am facing an issue with Axis2 framework.
> I am using Apache Tomcat version 7.0.25 on which i have deployed my
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-
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 Se