I am trying to implement a feature. But I’ve never had anything to do with “Web Services” before, other than using them.
I have a desktop application, and I want that application to be able to sort of “post” some information (i.e. email address, username, user-selected options (just plain text) etc) to an application or “web service” on my ASP.NET web server.
Can somebody please guide me in the right direction? How would I accomplish this?
Thank you 🙂
Jason
Assuming that you have Visual Studio, it is pretty easy: go to make a new project, under C#\Web, there is a project type of web service. Make that and you are immediately having a sample web service (ASMX). You can start from there.