I would like to access to an external webservice from a Silverlight client.
I know how to do the GET method. But I can't find a way to use DELETE, PUT and POST in Silverlight.
I have tried HttpWebRequest but in Silverligth I don't have access to the full stack of method from this class.
Does anyone have an idea on how to do that ?