Or implement the equivalent to a DataSet for these other platforms.

Personally I like to avoid the DataSet when I need to expose services to
a wider range of clients on alternative systems; its just too complex.
As Paul said, convert the dataset to some "easier" xml document
standard.




-----Original Message-----
From: Paul Brinkley-Rogers [mailto:Paul@;TheSak.com] 
Sent: Tuesday, November 12, 2002 1:04 PM
To: dotnet
Subject: RE: WSDL and dataset



Since you're talking about webservices, the other platforms don't care
about the cs file. The cs file is for you to use when programming with
your dataset. Other users of your dataset don't care that there was ever
a cs file produced for your dataset. Why don't you convert your dataset
into a standard xml document for use in your webservice? 
______________________
Paul Brinkley-Rogers
Web Developer
The Sak
[EMAIL PROTECTED]
http://www.thesak.com 



-----Original Message-----
From: ASHISH [mailto:erashishsinghal@;yahoo.com] 
Sent: Tuesday, November 12, 2002 9:20 AM
To: dotnet
Subject: WSDL and dataset

Hi
I m designing some standard WSDL documents for some of web services
designed by me. I ve some of the services which takes dataset as their
i/p parameter. Since i m using strong typed datasets which ve a .cs file
assosiated with them. Now while designing client in vs.net it uses this
.cs file to recognize the dataset type. We know that dataset is a type
specific to dotnet and .cs file too. Now if I want to design a client on
some platform other than windows then how will i supply the dataset
type. Even in WSDL schema i found the following info abt dataset
<xs:element msdata:IsDataSet="true" name="brief"> so the WSDL document
which generated by ASP.net is universal or not. Main problem how other
platform recognize the .cs file assosiated with the dataset. Hope
somebody will certainly clear my doubt

Thanx !

---
You are currently subscribed to dotnet as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search Subscription
Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/



---
You are currently subscribed to dotnet as: [EMAIL PROTECTED] To
unsubscribe send a blank email to %%email.unsub%%

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search Subscription
Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/




---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to