Hi, I use Silverlight 3 and .net framework 3.5. I want to send xml data to server on click of a button. On googling i found that we can use WebClient Class's UploadStringAsync method.
I am posting data to a web service running under local IIS. All that is fine but how do i capture the data posted on the service?