DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7745>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7745 Feature Req: WSDL2Java should generate validity checks [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER Summary|Feature Req: WSDL2Java |Feature Req: WSDL2Java |should generate validity |should generate validity |checks |checks ------- Additional Comments From [EMAIL PROTECTED] 2002-04-17 17:05 ------- There are a number of constraints that would need to be handled. Here are some more: - choice checking - choice group checking - checking of facets (i.e. min and max values) - checking of nillable - assignment via default attributes Should the serializer framework ensure the xml is valid. On the client side ? server side ? both ? There are a number of issues here which will affect the design of this feature. One alternative if you need this behaviour is to extend the WSDL2Java emitter (and perhaps serializers) to generate the method. Thanks