Hello,
Along the lines of my previous question
(see:http://marc.theaimsgroup.com/?l=axis-user&m=112397969001363&w=2) is
this one.
My service (axis 1.2.1 - doc/lit) has two methods (for simplicity):
public boolean authenticate(ClientLoginRequest)
public EventListResponse[] eventList(EventListRequest)
ClientLoginRequest has two fields (of course with corresponding
getters/setters):
String name
String password
EventListRequest als has two fields (again with corresponding getters
and setters)
String location
Calendar startDate
Now if I invoke an authenticate request with the fields set to null, I
receive a bean with nulled fields.
However if I invoke an eventList request with startDate (!) set null, I
receive a nullpointer.
Is this expected behaviour? Am I doing something which I am not supposed
to do or is this a bug?
Kind regards,
Bolke