I was able to transfer an XML file from the web server to the pocket pc with the following code running on the pocket pc:
Dim xmldoc As New Xml.XmlDocument
xmldoc.Load("http://172.194.16.71/webappname/xmlfile.xml")
xmldoc.Save("Windowsxmlfile.xml")
That will save the file under the Windows folder of the Pocket PC.
Does any body know how to do the reverse thing?
Transfering an XML file from the mobile device to some folder in the server machine?
juliusdev
Dim xmldoc As New Xml.XmlDocument
xmldoc.Load("http://172.194.16.71/webappname/xmlfile.xml")
xmldoc.Save("Windowsxmlfile.xml")
That will save the file under the Windows folder of the Pocket PC.
Does any body know how to do the reverse thing?
Transfering an XML file from the mobile device to some folder in the server machine?
juliusdev






Sign In
Create Account

Back to top









