RE: Non-RemoteException serialization

2003-12-09 Thread Fernandez Martinez, Alejandro
Title: RE: Non-RemoteException serialization Hi dims, I have tried 1.2 Alpha, as suggested, and everything has broken. TypeMappings, serialization, and even WSDL processing. Do I bother to fill in bug reports? Alex. > -Mensaje original- > De: Davanum Srinivas [mailto:

RE: Non-RemoteException serialization

2003-12-05 Thread Francisco Areas Guimaraes
PROTECTED] Sent: Friday, December 05, 2003 9:10 AM To: '[EMAIL PROTECTED]' Subject: RE: Non-RemoteException serialization Hi Francisco, > -Mensaje original- > De: Francisco Areas Guimaraes [mailto:[EMAIL PROTECTED] > Enviado el: jueves 4 de diciembre de 2003 21:02 >

RE: Non-RemoteException serialization

2003-12-05 Thread Fernandez Martinez, Alejandro
Title: RE: Non-RemoteException serialization Hi Francisco, > -Mensaje original- > De: Francisco Areas Guimaraes [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 4 de diciembre de 2003 21:02 > Para: [EMAIL PROTECTED] > Asunto: RE: Non-RemoteException serializatio

RE: Non-RemoteException serialization

2003-12-04 Thread Francisco Areas Guimaraes
Hi, I stumbled upon this problem just now, and instead of creating a serializer and deserilazer, I switched the variable to int, worked alright. Since the original message is more than 1 year old, anybody knows if a Character serializer has been implemented? Francisco Areas Guimaraes -Origin

Re: Non-RemoteException serialization

2003-12-04 Thread Davanum Srinivas
Please try 1.2 Alpha. www.apache.org/dist/ws/axis/1_2alpha/ if you can replicate the problem with this, open up a bug report with your sample code. thanks, dims --- "Fernandez Martinez, Alejandro" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I am having a problem with a service. It throws an exce

Non-RemoteException serialization

2003-12-04 Thread Fernandez Martinez, Alejandro
Title: Non-RemoteException serialization Hi guys, I am having a problem with a service. It throws an exception -- which does *not* extend AxisFault or RemoteException -- and I want to receive it on the other end. In my understanding, all I have to do is call AxisFault.getCause() to get it