Send a mesage from a Handler

2004-11-22 Thread Alexandre Camy
Hi I would like to send a message to the client from a Handler, besides the service result. I tried a lot of things but nothing were correct. Can anybody send a piece of code that do this? Thanks... Alexandre Camy

Send message from Hnadler

2004-11-21 Thread Alexandre Camy
Hy I would like to know if somebody knows how can I do to send a message from a ServerĀ“s Hnadler to a client. I tried some things, but every werw wrong! Thanks Alexandre Camy

Re: HTTP sessions

2004-11-16 Thread Alexandre Camy
tionHandler { public void invoke(MessageContext msgContext) throws AxisFault { //code here } } Hope this help you Alexandre Camy On Tue, 16 Nov 2004 13:38:35 -0800, Vikas Phonsa <[EMAIL PROTECTED]> wrote: > Hi, > > Could anybody point towards a res

Serialization and Deserialization of Beans Problem

2004-11-12 Thread Alexandre Camy
Hi everybody I have a problem to do a service metho that return a ArrayList of Beans. I found a lot of people on the net with the same problem but everybody without solution for it. I would like to know if somebody knows a good tutorial about Serialization/Deserializatin of Beans and ArrayList, w