Create a service that connects to remote database and uses public key encryption
Posted
by Leedsoft Solutions
on Stack Overflow
See other posts from Stack Overflow
or by Leedsoft Solutions
Published on 2010-06-10T23:27:44Z
Indexed on
2010/06/10
23:33 UTC
Read the original article
Hit count: 242
I have been searching all day and reading many tutorials and still I am confused. I am working on a project that has the following requirements as specified by the client (customer - not to be confused with client app):
- Connect to a remote server and verify that connection was successful.
- Connect to Web service on said server via SOAP.
- Authenticate with service using public key encryption
- Upon successful authentication, push a list of products and categories to a MSSQL database on remote server via the Web service.
The client is a Winforms application written in C#. So far, I have created a WCF Service Application with separate services for the products and categories but I cannot figure the rest out.
Can anyone point me in the direction of a tutorial or tutorials that cover these requirements?
Many thanks in advance!
Joe
© Stack Overflow or respective owner