M
Mark
Hi,
I have a web service that returns a DataSet to a .net cf client. At the
moment I'm using the proxy class generated by vs .net to access the web
service. However I would like to use the HttpWebRequest/Response classes.
THe main reason for this is so I can get access to a stream and keep the
user informed of the progress of the download. However how can I get the xml
returned back into a DataSet? Although the .net cf has no serialision
support it can handle SOAP. My question is how can I build a DataSet back on
the client?
Mark
I have a web service that returns a DataSet to a .net cf client. At the
moment I'm using the proxy class generated by vs .net to access the web
service. However I would like to use the HttpWebRequest/Response classes.
THe main reason for this is so I can get access to a stream and keep the
user informed of the progress of the download. However how can I get the xml
returned back into a DataSet? Although the .net cf has no serialision
support it can handle SOAP. My question is how can I build a DataSet back on
the client?
Mark