You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Carl Cabou <ex...@sncf.fr> on 2003/05/07 16:19:06 UTC

Missing parameters replaced by null ...

Hi all.

I've deployed a service using Axis, works just fine.
Then I decided to update the server side by adding parameters to the 
service function.
But then I didn't update my client to pass the new arguments. How 
surprise I was when I found out that Axis was replacing the missing 
arguments by null.

Is that normal ?

Best Regards.

Carl.