Web services Basics

  • Thread starter Thread starter ThunderMusic
  • Start date Start date
T

ThunderMusic

Hi,

I need to send some data from my app to a remote server. So, after some
searches, I found the best way would be to use web services (unless you can
suggest me other ways). The data sent will be like 100 bytes once a week, so
not a big load.

Asserting the web service is the best way, I would like to know if some of
you know of some link to somewhere I can get the basics I need to know for
web services, for client and server code, et al.

Thanks

ThunderMusic_80
 
Hello ThunderMusic,
T>
T> Asserting the web service is the best way, I would like to know if
T> some of you know of some link to somewhere I can get the basics I
T> need to know for web services, for client and server code, et al.

http://www.codeproject.com/cs/webservices/myservice.asp
http://msdn.microsoft.com/webservices/webservices/understanding/webservicebasics/default.aspx?pull=

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top