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

2004-05-10 Thread TMT_Sato
ed to generate automatically TypedDataSet class)   But this may not be your wanted solution.   Takenori, -Original Message-From: Erik Klein [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 10:09 PMTo: [EMAIL PROTECTED]Subject: RE: Antwort: RE: Dot-Net's "ws

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

2004-05-10 Thread Erik Klein
[snip]   I suggest you provide a TypeDataSet object for your .NET clients. [end snip]   Forgive my ignorance ... but is this a real class in .NET?  If so, do you know the namespace?  I didn't find it when I searched.   Or, is this just another way of indicating that I build a Wrapper for .NET's "in

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

2004-05-08 Thread Anne Thomas Manes
ugh. I suggest you provide a TypeDataSet object for your .NET clients. Anne -Original Message- From: Oliver Wulff [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 4:54 AM To: [EMAIL PROTECTED] Subject: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

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

2004-05-08 Thread Anne Thomas Manes
ugh. I suggest you provide a TypeDataSet object for your .NET clients. Anne -Original Message- From: Oliver Wulff [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 4:54 AM To: [EMAIL PROTECTED] Subject: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable Value Types

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
y, May 08, 2004 5:54 PM > To: [EMAIL PROTECTED] > Subject: Antwort: RE: Dot-Net's "wsdl.exe" and Non-Nullable > Value Types > > > > > > > Hi Erik > > I do have a similar problem. We're discussing whether it is > necessary to distin

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