Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overloaded Methods
Message
From
24/08/2002 18:23:26
 
 
To
24/08/2002 18:18:08
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00691767
Message ID:
00693345
Views:
23
>Much like having a WebService return a DataSet. That'll work with a .NET client easily enough, but not with other clients unless you use the XMLDOM to parse the object that's returned, since it *is* an object that's returned, not an XML string. So, bottom line with that is never return a DataSet, return DataSet.GetXML() instead.
>Same goes for this overloading stuff ... it's probably not standard behavior, so don't do it.


Those are very good points. Really, if the Web Service is going to be available public, we need to keep straight to the standard. The other stuff (datasets, overloading, etc), may just be used when we do have control over the client.

Good to have that in mind. Thanks. :)
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform