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 "Jairam, Roopnaraine" <Ro...@ca.com> on 2004/12/09 16:30:23 UTC

data validation

Hi:

 

Is there a way for axis to validate data before it is sent to the web
service. Basically the data the client sends should not be null. When it
comes to my web service all the required parameters should not be null.
E.g. if the client is supposed to send a struct that identifies a client
e.g. first name, last name, address1, address2, city,state,zip1,zip2.
All the members of the struct can't be null except for address2 & zip2.
Is there a way to do this?

 

Thanks in advance.

 

Vince.