Hi,
So i'm looking at developing an application for a mobile device. This application produces data and saves it to an xml file.
What I want to be able to do with this xml file is to then have the program upload it to a database on a webserver. The user can then access this data from a website (on a desktop computer, rather than the movile) and have a look at the break down of all the data and previous data recorded.
This is a bit of a larger project than those I have previously attempted, mainly because it is using two interacting systems rather than just one sole system. What I'm trying to research into is the best way to get the xml data to the webserver.
Having had a SOAP webservice demonstrated to me not long ago, I was considering attemping to use SOAP to upload my xml data to the database, but upon futher reading it seems to me that SOAP is very one way - for getting data from a database, rather than putting data into a database. Am I correct in my thinking? If so, can anyone suggest the 'best' technique to get xml data into a webserver database from a remote device?
I hope this post makes sense, and any advice would be greatly appreciated.
Kind regards,
JonB
So i'm looking at developing an application for a mobile device. This application produces data and saves it to an xml file.
What I want to be able to do with this xml file is to then have the program upload it to a database on a webserver. The user can then access this data from a website (on a desktop computer, rather than the movile) and have a look at the break down of all the data and previous data recorded.
This is a bit of a larger project than those I have previously attempted, mainly because it is using two interacting systems rather than just one sole system. What I'm trying to research into is the best way to get the xml data to the webserver.
Having had a SOAP webservice demonstrated to me not long ago, I was considering attemping to use SOAP to upload my xml data to the database, but upon futher reading it seems to me that SOAP is very one way - for getting data from a database, rather than putting data into a database. Am I correct in my thinking? If so, can anyone suggest the 'best' technique to get xml data into a webserver database from a remote device?
I hope this post makes sense, and any advice would be greatly appreciated.
Kind regards,
JonB