Re: Rules in WSDL

2004-02-21 Thread Dennis Sosnoski
Just to expand on Anne's remark - You can do the first part of what you're asking for in schema, but not have one field's value depend on another field's value. Also, this will generally be informational only - AFAIK most Web service implementations won't validate against the schema definitions

Re: Rules in WSDL

2004-02-21 Thread Anne Thomas Manes
You can do that in the schema definition in the section. At 04:31 PM 2/20/2004, you wrote: Hi y'all, Is it possible to add some constraints or rules in the WSDL? Meaning, if I want certain fields to only contain certain values, or have one field's value depend on another field's value is this

Rules in WSDL

2004-02-20 Thread javamann
Hi y'all, Is it possible to add some constraints or rules in the WSDL? Meaning, if I want certain fields to only contain certain values, or have one field's value depend on another field's value is this possible? TIA -Pete