M
mindcopy
Hello,
I need to do the following: gather some data from a client computer and
put it in a remote (SQL) database. This data is then used on a website.
The ammount of data in itself is fairly limited, and easely formatted
into some XML style, but needs to be updated periodically (from every 5
mins to once a day). The data consists of username, date/time, result
and description (optionally).
Due to connection failures and other erros, the first action to take is
request which data was entered last, so i'm thinking this would be
perfect for a webservice, however, the bulk of the action will be
putting the new data into the database.
Based on what i've been reading it seems to me webservices are in
general more used to get data instead of posting/processing it, so i a
bit lost now if i should use a webservice to accept the data and
process it, or use another preffered method?
Thank you,
Peter
I need to do the following: gather some data from a client computer and
put it in a remote (SQL) database. This data is then used on a website.
The ammount of data in itself is fairly limited, and easely formatted
into some XML style, but needs to be updated periodically (from every 5
mins to once a day). The data consists of username, date/time, result
and description (optionally).
Due to connection failures and other erros, the first action to take is
request which data was entered last, so i'm thinking this would be
perfect for a webservice, however, the bulk of the action will be
putting the new data into the database.
Based on what i've been reading it seems to me webservices are in
general more used to get data instead of posting/processing it, so i a
bit lost now if i should use a webservice to accept the data and
process it, or use another preffered method?
Thank you,
Peter