|
-
Apr 5th, 2007, 07:53 AM
#1
Thread Starter
Member
Pocket PC XML to webserver.
Id like to send an xml file from my pocket pc to a local webserver.
When the users presses a button in Vb.net or just opens the webpage of the website it should upload the XMl file to the right site without any user intervention.
the webserver should be able to process the xml file and insert any updates into its database.Whats the best way to do this ?.
there's no need for any security just want the entire xml file transferred.
thx.
-
Apr 6th, 2007, 09:21 AM
#2
Fanatic Member
Re: Pocket PC XML to webserver.
sounds like you need to use a webservice, where you can call it on the device and pass data objects to it... the data is transformed into an xml and sent over the web... maybe this is what you need, that instead of sending a file, read the data from the file in objects and send them
however it is possible to transfer files this way too http://www.codeproject.com/cs/webser...ia_webserv.asp
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Apr 12th, 2007, 03:37 AM
#3
Thread Starter
Member
Re: Pocket PC XML to webserver.
Thx This is working out pretty nicely now.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|