overriding exception mapping for all methods?

2004-03-27 Thread Nelson Minar
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()

Re: InvocationTargetException

2004-03-27 Thread Paul Phillips
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

InvocationTargetException

2004-03-27 Thread Paul Phillips
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

[newbie] Incorrect bean array serialization

2004-03-27 Thread Pablo Muñiz García
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;

[newbie] Incorrect bean array serialization

2004-03-27 Thread Pablo Muñiz García
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;