Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Follow-up question on DataSets and XML and Web Services.
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00704286
Message ID:
00704365
Vues:
21
>If a Winform running on the client end passes a dataset to a Web Service (which in turn passes it to the middle-tier), is the dataset XML when it gets to the Web Service, or do we have to do a serialization/deserialization along the way?
>

My understanding is that it would be XML. The web service proxy class should handle all serialization for you. Open your project and click on the Project > Show all Files menu. Drill down into your Web service reference in Solution explorer and you will see the source code for the proxy class. That class will have all the serialization attributes setup for you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform