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

Re: Re: soap with attachments for sending images

2004-01-28 Thread javamann
We are using blobs with SQLAnywhere and there are a bunch of problems. Mostly they are performance related. It would have been much better to store the binary data to the file system and store the URL in the database, but that was decided before I joined. -Pete > > From: bethana kumar <[EMAIL

Re: soap with attachments for sending images

2004-01-28 Thread javamann
Stay away from blobs if you can. We use them here at work and have had nothing but problems with them. AOL stores the pictures they serve on a file system and a reference to them in a database. -Pete > > From: bethana kumar <[EMAIL PROTECTED]> > Date: 2004/01/28 Wed AM 07:51:05 EST > To: [EMAI