hi i want to write simple webservice and dont know where to begin
i write in c#
i want to connect to site and get the data from it in format stream or xml.
what are the first steps
- dlls i need to add
- namespaces ( is started with System.Web.WebSerices )
- how to connect to site ( maybe i need user name and password)
- how to move in site( as i push button)
Comments
There is good article on [link=http://www.vkinfotek.com/webservice/createwebservice.aspx]web services using Visual studio.Net[/link]. It explains about creating, testing and consuming web service.