RE: java.lang.IllegalArgumentException > signature mismatch

2004-06-19 Thread Ofer Baranes
I am not sure , but, I had a similar problem where axis tried to deserialize an exception A to an exception B class,which end with same fault as you encounter.The reason was that the QName of the exceptions on the wsdd was shared , when I change it and gave each exception a different QN

RE: exceptiong handling

2004-06-19 Thread Ofer Baranes
The whole stack trace should not bather you (unless from networking point of view) ,the calling code should parse the axis xml response and throw the exception just as you wish , so that you can display a simple string to the caller. This is right if you are using WSDL2Java to generate classes for

declare exception considere Undeclaredthrowableexception

2004-06-06 Thread Ofer Baranes
 I am using Axis on the Server side and Axis Call (through WSIF) on the  Client side :  I have a very declared exception on my WebService ,which  do appear on the wsdl , BUT , when this exception is  throw on the server side ,on the client side it's  considere as an Undeclaredthrowable

enum of Integer

2004-02-15 Thread Ofer Baranes
fromValue(Integer value) public String toString()   what is wrong ?   Thanks Ofer Baranes  

mismatching in throwed AxisFault on Axis Server and Axis Client

2004-02-12 Thread Ofer Baranes
server side! , both root cause exceptions are in the signature of the invoked service.   What could that be ? why does Axis client and server are not sync ?   (by root cause I mean AxisFault ‘detail’ field)   Thanks Ofer baranes  

some comments from new AXIS user

2004-02-11 Thread Ofer Baranes
seen code of others, which used a DynamicProxy     to obtain a client stub instead of using WSDL2Java to do so.     I was amazed that such a way is absent from the user guide or its demo.     I believe most users will preferred using the DynamicProxy way.   Best Regards and Thanks Ofer Baranes