RE: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

2004-05-08 Thread Anne Thomas Manes
Unfortunately, the WS-I profiles don't cover type mapping issues. XML Schema does allow you to specify that an element can contain a null value (nillable="true") -- but elements aren't the same as value types. Schema has no sense of value types. The true beauty of the Web services framework is t

RE: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

2004-05-08 Thread Anne Thomas Manes
Unfortunately, the WS-I profiles don't cover type mapping issues. XML Schema does allow you to specify that an element can contain a null value (nillable="true") -- but elements aren't the same as value types. Schema has no sense of value types. The true beauty of the Web services framework is t

RE: Web Service Security

2004-05-08 Thread Anne Thomas Manes
OASIS Web Services Security: SOAP Message Security (aka WSS or WS-Security). See http://www.oasis-open.org/specs/index.php#wssv1.0. Dims is working on an implementation of WSS for Axis. See http://ws.apache.org/ws-fx/wss4j/. (He's a little busy working on the Axis 1.2 bug list, but I'm sure he'l

RE: Web Service Security

2004-05-08 Thread Anne Thomas Manes
OASIS Web Services Security: SOAP Message Security (aka WSS or WS-Security). See http://www.oasis-open.org/specs/index.php#wssv1.0. Dims is working on an implementation of WSS for Axis. See http://ws.apache.org/ws-fx/wss4j/. (He's a little busy working on the Axis 1.2 bug list, but I'm sure he'l

RE: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

2004-05-08 Thread TMT_Sato
> > One last note: This WSDL will be consumed by clients who > > purchase the software I am developing.  They will be > > responsible for generating their own Web Service Clients > > using the toolkit of their choice, so I am trying to make it > > as standardized as possible while requiring min

RE: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

2004-05-08 Thread TMT_Sato
Hi, I use TypedDataSet. I create TypedDataSet using SchemaDesigner, and all the values ,both of from and to, are stored in it. All the constraints are checked on the client side. Takenori, > -Original Message- > From: Oliver Wulff [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 08, 20

Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

2004-05-08 Thread Oliver Wulff
Hi Erik I do have a similar problem. We're discussing whether it is necessary to distinguish between a null or an empty (or default) value. I don't know whether XML schema allows to say that a value type can be marked as nillable. I'm not sure - maybe it does. An integer is also a value type