Is there a way in Axis 1.1 to override Axis' exception handling
mechanism? Basically I'd like to override AxisFault.makeFault() or the
thing that calls it after invoking my code. But I can't find the way
to override it.
Right now I'm doing this inside every method:
public Foo myServiceMethod()
Paul Phillips wrote:
I'm trying to call a function on my axis server that I have changed
today to accept two parameters, whereas before it accepted none.
However, upon rebuilding and deploying it I keep getting the error:
edit: The function I'm trying to call has this signature:
public java.lan
I'm trying to call a function on my axis server that I have changed
today to accept two parameters, whereas before it accepted none.
However, upon rebuilding and deploying it I keep getting the error:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSub
Hi all,
first of all I'd like to apologize for the length of this message, but I need help
before becaming crazy.
The fact is I'm developing a web service wich receives a bean like the one belllow :
public class Shop implements java.io.Serializable {
private java.lang.String description;
Hi all,
first of all I'd like to apologize for the length of this message, but I need help
before becaming crazy.
The fact is I'm developing a web service wich receives a bean like the one belllow :
public class Shop implements java.io.Serializable {
private java.lang.String description;