Hi

I'm trying to encode string to ISO-8859-1 and after send this data to a webservice.

I'm using VB.NET 2008.

I have the next code. It runs fine excepts the character +

Code:
baseurl = "http://www.myweb.com/api/sendsms.php"
            client = New WebClient
            client.Headers.Add("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET
...