I need to create a web service using .NET-- where should I start?

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-05-01T05:05:31Z Indexed on 2010/05/01 5:17 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

Hi All

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms