Secure data
-
Currently I have a web application that runs in secure socket. The Web app access Web services also by calling the secure socket. Example: Web App runs here
https://secure.webapp.com/app/default.aspx
access database thru Web service callhttps://secure.webapp.com/appWS/getmydata.asmx
Now. If I create a windows application that needs to get data from the same webservices, can my windows application make the same web services callhttps://secure.webapp.com/appWS/getmydata.asmx
with the data being secure coming back to the windows application on my client? I do not know enough about SSL to know. My concern is that taking the secure web page out of the picture is the data still secure coming out of the web service? Thanks -- modified at 10:47 Monday 3rd October, 2005