RE: axis response is empty

2002-03-15 Thread Liang, Chihong
this works! thanks a whole lot. -Original Message- From: Peter Allday [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:11 AM To: [EMAIL PROTECTED] Subject: Re: axis response is empty I had the same problem. In my case the server was having a problem serializing the object

Re: axis response is empty

2002-03-15 Thread Peter Allday
I had the same problem. In my case the server was having a problem serializing the object that represented the complex type. The solution was to add a beanMapping to the deployment descriptor (wsdd) file. e.g. (taken from axis user guide) Hope this helps Peter - Original Message - F