Re: type mapping problems at the client with handlers

2003-12-10 Thread Aaron Hamid
What are you calling 'setClientHandlers' on? I have never heard of this method. I set client handlers by using the HandlerRegistry. Aaron Sunil Iyengar wrote: Hi Axis users, I have a complex type of web service where the client sends a complex type (bean) and the server returns a string. All wo

Re: type mapping problems at the client with handlers

2003-12-10 Thread Dhanush Gopinath
able to implement. I thought my info will help u Regards Dhanush Gopinath - Original Message - From: "Sunil Iyengar" <[EMAIL PROTECTED]> To: "axis-user" <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 5:44 PM Subject: type mapping problems at the

type mapping problems at the client with handlers

2003-12-10 Thread Sunil Iyengar
Hi Axis users, I have a complex type of web service where the client sends a complex type (bean) and the server returns a string. All works okay on the client and server side. I have done the type mapping on the client side and also in the wsdd on the server side. Everything is perfect. I now add m