Deserializing arrays -- ClassCastException -- help

2003-06-23 Thread Bryan . Dollery
Hi, I've got a problem with axis 1.1 and any help would be appreciated. I've got a simple service that has two simple methods: Student getStudent(); Student[] getByName(); The getStudent() method works fine using the BeanSerializerFactory, but I've got problems with the getStudentByName() method

Re: Unregistered Deserializer???

2003-06-10 Thread Bryan . Dollery
Hiya, The exact error message is: No deserializer for {urn:BeanService}com.greenpulse.demo.model.Student Here's the client code and the wsdd file: WSDD: http://xml.apache.org/axis/wsdd/"; xmlns:java ="http://xml.apache.org/axis/wsdd/providers/java";>

Re: Unregistered Deserializer???

2003-06-09 Thread Bryan . Dollery
Hi Venkatesh, I've just tried your idea, and it doesn't seem to work for me. I've added a bean mapping for java.util.Vector, as you suggested, following the model from the code I originally posted, and I've added another registerTypeMapping to call for Vector using VectorSerialiser and VectorDese

Unregistered Deserializer???

2003-06-09 Thread Bryan . Dollery
Hi, I'm trying to return an array of beans, and am having problems. I'm using axis 1.1 rc2. The first message I got was that my student class had no registered serializer, so I added this to my deploy.wsdd: Then I got a message about their being no registered deserializer, so I added this to