i want to send SMS from my vb.net application.I have bought an API from a company.they provided this url
http://193.105.74.159/api/v3/sendsms/plain?user=UserName&password=PasswordTest&sender=Test&SMSText=Testinglong&GSM=8801XXXYYY&type=longSMS
they also gave me username and password.
now how i can send SMS using this url.