Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to pass a table of data
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00967555
Message ID:
00967805
Vues:
7
>Don't return .NET objects (like DataSets) from a webmethod. Instead, return XML. There is a difference in the way they are serialized (Diffgram vs. XML string). Besides, what if the client is not .NET? Would it know what to do with a diffgram? Newer version of foxpro know how to handle it but many platforms don't.
>
>Returning Datasets or custom .NET objects is fine for remoting if you are sure the client is .NET.

Ok so for us dummies, I have the ds, and I make an XML file to pass or do I make a string of xml?

And how does my WS catch in on the receiving end? This is a registration component, where your install fires off who you are and what types of business with our products you are dealing with back to us.

Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform