Re: [AXIS1.3] Service method returns null while it should return a object?

2006-03-01 Thread Dave
Well, we've just got our service up and running perfect! The problem was we didnt had a default constructor in the class Tour... yes, really stupid! You always have to follow the 3 rules of JavaBean: 1) Public getters en setters for properties 2) at least a no-arg contructor 3) implement java.

[AXIS1.3] Service method returns null while it should return a object?

2006-02-27 Thread Dave
Hi all,For a school assignment, we have to use axis. We have deployed a webservice succesfully but it doesnt return the correct value. First of all, the webservice is ok, the beanmappings are fine, everything thats has to be in the code and in the deploy.wsdd file is present. So there is nothing wr