S
STom
My Pocket PC device will have a wireless connection to the internet and
there are some web services that I need to call to pass an XML document to.
I will, within the Pocket PC app be reading the XML file and putting the
data into a dataset to use within the device with a SQL CE database. When I
am ready to send to the web service I will just write the data to an xml
file and then send it.
Now, I have heard that the CF does not support serialization but if I'm not
mistaken, web services requires data to be serialized.
Does the web service automatically do the serialization which therefore
relieves the mobile device from having to worry about the serialization
issue?
Also, is it best to pass the XML document as a string or as an XML document.
The web service will not be written in .Net.
Thanks!
STom
there are some web services that I need to call to pass an XML document to.
I will, within the Pocket PC app be reading the XML file and putting the
data into a dataset to use within the device with a SQL CE database. When I
am ready to send to the web service I will just write the data to an xml
file and then send it.
Now, I have heard that the CF does not support serialization but if I'm not
mistaken, web services requires data to be serialized.
Does the web service automatically do the serialization which therefore
relieves the mobile device from having to worry about the serialization
issue?
Also, is it best to pass the XML document as a string or as an XML document.
The web service will not be written in .Net.
Thanks!
STom