Results 1 to 3 of 3

Thread: Pocket PC XML to webserver.

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    55

    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.

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    55

    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
  •  



Click Here to Expand Forum to Full Width