Hi all,
I'm new to ASP.net and windows web related technologies. I have some experience in glassfish, but it's limited.
I'm currently designing a web-service in which a remote website would communicate to. Basically the website would make a request like a POST and the web-service would send back data based on the POST data parameters. Is there anything wrong with doing this?
If I POST over https would the POST data sent be protected in the SSL tunnel, including the POST requests url?
My ASP.net question would be, is WCF the right web-service to employ for this particular situation?
Thank you!
Go to the complete details ...