J
jez
I'm about to start coding and have a couple of questions relating to the
implementation of my project. Its architecture consists of a client (PPC)
connecting to a Web Server (running IIS) which in turn will retrieve/modify
information from an MSDE 2000 DB.
Hence :
PPC <--> IIS <--> MSDE 2000
The following 3 questions arose :
1) I am planning on using web services to send/receive data to/from an MSDE
2000 DB. Are all the responses that I get from web services in xml or can I
for instance get back in integer or string via a webservice (i.e. if I just
wish to receive a certain value that from a tuple in my DB).
2) I'd like to encrypt data prior to sending it to the webservice (because
data is to be sent wirelessly) and decrypt data upon arrival on the server
(IIS) to make a request on the DB according to the data that I sent. Vice
versa should obviously also be possible. Is there a way to do this ? I.e.
can different clients with different keys send/receive encrypted data ? The
OpenNetCF Cryptography library seems to have different types of
cryptographic algorithms available for use - any specific one that I should
be looking at ? I don't have a problem creating keys in advance and
associating them with a specific client.
3) Any ideas where I could find a decent tutorial on connecting VS.net and
IIS to use web services ? I've read a couple of .NET CF books, they all
explain how to create a WS, but not how to actually connect VS.NET to the
IIS server (which in my case would run on XP).
Thanks so much
jez
implementation of my project. Its architecture consists of a client (PPC)
connecting to a Web Server (running IIS) which in turn will retrieve/modify
information from an MSDE 2000 DB.
Hence :
PPC <--> IIS <--> MSDE 2000
The following 3 questions arose :
1) I am planning on using web services to send/receive data to/from an MSDE
2000 DB. Are all the responses that I get from web services in xml or can I
for instance get back in integer or string via a webservice (i.e. if I just
wish to receive a certain value that from a tuple in my DB).
2) I'd like to encrypt data prior to sending it to the webservice (because
data is to be sent wirelessly) and decrypt data upon arrival on the server
(IIS) to make a request on the DB according to the data that I sent. Vice
versa should obviously also be possible. Is there a way to do this ? I.e.
can different clients with different keys send/receive encrypted data ? The
OpenNetCF Cryptography library seems to have different types of
cryptographic algorithms available for use - any specific one that I should
be looking at ? I don't have a problem creating keys in advance and
associating them with a specific client.
3) Any ideas where I could find a decent tutorial on connecting VS.net and
IIS to use web services ? I've read a couple of .NET CF books, they all
explain how to create a WS, but not how to actually connect VS.NET to the
IIS server (which in my case would run on XP).
Thanks so much
jez