Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Follow-up question on DataSets and XML and Web Services.
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00704286
Message ID:
00704365
Views:
20
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform