Re: How to enforce maxLength validation in Axis

2005-08-04 Thread Anne Thomas Manes
You can use a handler to perform schema validation. Anne On 8/3/05, Jeremy Nix [EMAIL PROTECTED] wrote: My WSDL+XSD constrains all my fields down to specific lengths or enumerated values. I'm noticing however that the maxLength constraints are not being validated by my web service. Is

RE: How to enforce maxLength validation in Axis

2005-08-04 Thread Jeremy Nix
to enforce maxLength validation in Axis You can use a handler to perform schema validation. Anne On 8/3/05, Jeremy Nix [EMAIL PROTECTED] wrote: My WSDL+XSD constrains all my fields down to specific lengths or enumerated values. I'm noticing however that the maxLength constraints

How to enforce maxLength validation in Axis

2005-08-03 Thread Jeremy Nix
Title: How to enforce maxLength validation in Axis My WSDL+XSD constrains all my fields down to specific lengths or enumerated values. I'm noticing however that the maxLength constraints are not being validated by my web service. Is there some sort of option you must set to turn on this sort