Can you expose XML webservices from a Windows Forms Application?
Posted
by Andrei
on Stack Overflow
See other posts from Stack Overflow
or by Andrei
Published on 2010-03-01T12:34:50Z
Indexed on
2010/05/04
1:18 UTC
Read the original article
Hit count: 335
This might sound like a silly question, but when I search for webservices, I get no information about how to create them in a windows forms application.
The only result is how to create and expose them by creating an .aspx page.
So my questions is: Can you create and expose webservices within a windows forms application or are they somehow tied in with .asp pages?
Thanks!
later edit: Is there an example of how to create a webservice in a .cs file and not in a .aspx file?
© Stack Overflow or respective owner