Hi, any help about the http post method also ?
I think can be managed using the tipclienthttp class but I didn't find any docs related to this class.
I need to send a POST with the following parameters:
POST /serteadirettiwrapper/sendmessages.asmx/SendSMSEx
Host: http://www.sms.mio.it
Content-Type: application/x-www-form-urlencoded
Content-Length: length
Username=pippo&Password=Pluto&Text=SMS test
Any suggest ? Thanks in advance.