Question about web Services

  • Thread starter Thread starter Julián
  • Start date Start date
J

Julián

Hi:

According to the .Net CF Team. in some cases is better to serialize dataset
as xml string and then transfer it over the wire than if web service return
directly dataset.
Nevertheless is recommended to send dataset schema to improve the
performance of load, for which I think that finally the data to send results
to be the same one.
Therefore, I do not understand the advantages.
Someone would be able to explain me which can be those advantages?

Regards.
 
There are no advantages as it's never better to serialize DataSet as string.

Please let me know where this came from so it can be corrected.



Using schema would indeed improve performance.

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top